From 56bdec57609cd00d7827a3008a9c6b06707097ca Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 17 Jun 2025 03:13:05 -0300 Subject: all `crplayer.cc` functions outside `TPlayer` --- reference/types.hh | 45 --------------------------------------------- 1 file changed, 45 deletions(-) (limited to 'reference/types.hh') 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; -- cgit v1.2.3