server/db/src/Main.h
2022-03-05 12:44:06 +02:00

10 lines
144 B
C

#ifndef __INC_MAIN_H__
#define __INC_MAIN_H__
int Start();
void End();
const char * GetTablePostfix();
const char * GetPlayerDBName();
#endif