aboutsummaryrefslogtreecommitdiff
path: root/reference/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'reference/types.hh')
-rw-r--r--reference/types.hh17
1 files changed, 0 insertions, 17 deletions
diff --git a/reference/types.hh b/reference/types.hh
index 051c33c..978f228 100644
--- a/reference/types.hh
+++ b/reference/types.hh
@@ -38,20 +38,3 @@ struct TNotationOrderData {
char CharacterName[30];
char Comment[200];
};
-
-struct TReaderThreadOrder {
- enum TReaderThreadOrderType OrderType;
- int SectorX;
- int SectorY;
- int SectorZ;
- ulong CharacterID;
-};
-
-struct TReaderThreadReply {
- enum TReaderThreadReplyType ReplyType;
- int SectorX;
- int SectorY;
- int SectorZ;
- uchar *Data;
- int Size;
-};