aboutsummaryrefslogtreecommitdiff
path: root/reference/types.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-17 03:13:05 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-17 03:13:05 -0300
commit56bdec57609cd00d7827a3008a9c6b06707097ca (patch)
tree08e42a536bf807842de299047195c9ecf5d526ae /reference/types.hh
parent0612480d9beb19b9e90b3a4f1198b3da1fd21f6a (diff)
downloadgame-56bdec57609cd00d7827a3008a9c6b06707097ca.tar.gz
game-56bdec57609cd00d7827a3008a9c6b06707097ca.zip
all `crplayer.cc` functions outside `TPlayer`
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;