diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-24 20:57:24 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-24 20:57:24 -0300 |
| commit | 3f557369c7bbd08fdf2e6dbd9271873b20a9a144 (patch) | |
| tree | 28bb9b4ad9c0324036d753eea772855a180c37f3 /reference/types.hh | |
| parent | b7432b4e74284138f1740f4577b9cb32e1f120d0 (diff) | |
| download | game-3f557369c7bbd08fdf2e6dbd9271873b20a9a144.tar.gz game-3f557369c7bbd08fdf2e6dbd9271873b20a9a144.zip | |
halfway of `map.cc` and start of `objects.cc`
Diffstat (limited to 'reference/types.hh')
| -rw-r--r-- | reference/types.hh | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/reference/types.hh b/reference/types.hh index 6b59f4d..b2c0719 100644 --- a/reference/types.hh +++ b/reference/types.hh @@ -355,13 +355,6 @@ struct TShortwayPoint { struct TShortwayPoint *NextToExpand; }; -struct TCronEntry { - struct Object Obj; - ulong RoundNr; - int Previous; - int Next; -}; - struct TMonsterhome { int Race; int x; @@ -407,13 +400,6 @@ struct TCondition { int Number; }; -struct TSector { - struct Object MapCon[32][32]; - ulong TimeStamp; - uchar Status; - uchar MapFlags; -}; - struct TChannel { ulong Moderator; char ModeratorName[30]; @@ -545,13 +531,6 @@ struct listIterator<storeunit<TNode,_256>_> { // Original name: listIterator<sto struct listnode<storeunit<TNode,_256>_> *actNode; }; -struct TMark { - char Name[20]; - int x; - int y; - int z; -}; - struct store<TNode,256> { struct list<storeunit<TNode,_256>_> *Units; union storeitem<TNode> *firstFreeItem; @@ -607,11 +586,6 @@ struct listIterator<storeunit<TPlayerIndexInternalNode,_100>_> { // Original nam }; -struct TDepotInfo { - char Town[20]; - int Size; -}; - struct fifoIterator<TStatement> { struct fifo<TStatement> *Fifo; int Position; @@ -729,18 +703,6 @@ struct TMoveUseDatabase { int NumberOfRules; }; -struct TObject { - ulong ObjectID; - struct Object NextObject; - struct Object Container; - struct ObjectType Type; - ulong Attributes[4]; -}; - -struct TObjectBlock { - struct TObject Object[32768]; -}; - struct TFindCreatures { int startx; int starty; |
