diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-17 03:13:05 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-17 03:13:05 -0300 |
| commit | 56bdec57609cd00d7827a3008a9c6b06707097ca (patch) | |
| tree | 08e42a536bf807842de299047195c9ecf5d526ae /reference/types.hh | |
| parent | 0612480d9beb19b9e90b3a4f1198b3da1fd21f6a (diff) | |
| download | game-56bdec57609cd00d7827a3008a9c6b06707097ca.tar.gz game-56bdec57609cd00d7827a3008a9c6b06707097ca.zip | |
all `crplayer.cc` functions outside `TPlayer`
Diffstat (limited to 'reference/types.hh')
| -rw-r--r-- | reference/types.hh | 45 |
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; |
