aboutsummaryrefslogtreecommitdiff
path: root/reference/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'reference/types.hh')
-rw-r--r--reference/types.hh36
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;