From de848a4131beb288335b6aaa29c2a6a439c50e0e Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 22 May 2025 01:02:13 -0300 Subject: implement script lexer --- reference/types.hh | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'reference/types.hh') 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; -- cgit v1.2.3