aboutsummaryrefslogtreecommitdiff
path: root/reference/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'reference/types.hh')
-rw-r--r--reference/types.hh38
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;