diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-22 01:02:13 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-22 09:59:14 -0300 |
| commit | de848a4131beb288335b6aaa29c2a6a439c50e0e (patch) | |
| tree | 64aceaf19d47fc3ff3b26663cb36fd1de0fcdccf /reference/types.hh | |
| parent | 91d7adad320c34ff0cb25aa21b16d59b67387c43 (diff) | |
| download | game-de848a4131beb288335b6aaa29c2a6a439c50e0e.tar.gz game-de848a4131beb288335b6aaa29c2a6a439c50e0e.zip | |
implement script lexer
Diffstat (limited to 'reference/types.hh')
| -rw-r--r-- | reference/types.hh | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/reference/types.hh b/reference/types.hh index e66ea72..5bfc014 100644 --- a/reference/types.hh +++ b/reference/types.hh @@ -96,15 +96,6 @@ struct TDatabasePoolConnection { bool TransactionRunning; }; -struct TDatabaseSettings { - char Product[30]; - char Database[30]; - char Login[30]; - char Password[30]; - char Host[30]; - char Port[6]; -}; - struct Semaphore { int value; struct pthread_mutex_t mutex; @@ -828,12 +819,6 @@ struct TWriteBinaryFile { char Filename[4096]; }; -struct TWriteScriptFile { - FILE *File; - char Filename[4096]; - int Line; -}; - struct TReadBinaryFile { struct TReadStream super_TReadStream; undefined field1_0x1; @@ -844,21 +829,6 @@ struct TReadBinaryFile { int FileSize; }; -struct TReadScriptFile { - enum TOKEN Token; - FILE *File[3]; - char Filename[3][4096]; - int Line[3]; - char String[4000]; - int RecursionDepth; - uchar *Bytes; - int Number; - int CoordX; - int CoordY; - int CoordZ; - char Special; -}; - struct TNPC { struct TNonplayer super_TNonplayer; ulong Interlocutor; @@ -891,12 +861,6 @@ struct TQueryManagerConnection { undefined field8_0x2f; }; -struct TQueryManagerSettings { - char Host[50]; - int Port; - char Password[30]; -}; - struct TQueryManagerPoolConnection { struct TQueryManagerConnectionPool *QueryManagerConnectionPool; struct TQueryManagerConnection *QueryManagerConnection; |
