server/db/src/Main.h

10 lines
144 B
C
Raw Normal View History

2022-03-05 12:44:06 +02:00
#ifndef __INC_MAIN_H__
#define __INC_MAIN_H__
int Start();
void End();
const char * GetTablePostfix();
const char * GetPlayerDBName();
#endif