aboutsummaryrefslogtreecommitdiff
path: root/reference/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'reference/types.hh')
-rw-r--r--reference/types.hh45
1 files changed, 0 insertions, 45 deletions
diff --git a/reference/types.hh b/reference/types.hh
index 5b900e6..ef66baf 100644
--- a/reference/types.hh
+++ b/reference/types.hh
@@ -30,26 +30,6 @@ struct TPreparedQuery {
char *Name;
};
-struct TPlayerIndexNode {
- bool InternalNode;
-};
-
-struct TPlayerIndexInternalNode {
- struct TPlayerIndexNode super_TPlayerIndexNode;
- struct TPlayerIndexNode *Child[27];
-};
-
-struct TPlayerIndexEntry {
- char Name[30];
- ulong CharacterID;
-};
-
-struct TPlayerIndexLeafNode {
- struct TPlayerIndexNode super_TPlayerIndexNode;
- int Count;
- struct TPlayerIndexEntry Entry[10];
-};
-
struct THouseGuest {
char Name[60];
};
@@ -245,31 +225,6 @@ struct TReaderThreadReply {
int Size;
};
-struct TQueryManagerConnection {
- int BufferSize;
- uchar *Buffer;
- struct TReadBuffer ReadBuffer;
- struct TWriteBuffer WriteBuffer;
- int Socket;
- bool QueryOk;
- undefined field6_0x2d;
- undefined field7_0x2e;
- undefined field8_0x2f;
-};
-
-struct TQueryManagerPoolConnection {
- struct TQueryManagerConnectionPool *QueryManagerConnectionPool;
- struct TQueryManagerConnection *QueryManagerConnection;
-};
-
-struct TQueryManagerConnectionPool {
- int NumberOfConnections;
- struct TQueryManagerConnection *QueryManagerConnection;
- bool *QueryManagerConnectionFree;
- struct Semaphore FreeQueryManagerConnections;
- struct Semaphore QueryManagerConnectionMutex;
-};
-
// NOTE(fusion): Probably bigint structures for RSA decoding.
struct vlong_flex_unit {
uint n;