forked from metin2/server
10 lines
144 B
C
10 lines
144 B
C
#ifndef __INC_MAIN_H__
|
|
#define __INC_MAIN_H__
|
|
|
|
int Start();
|
|
void End();
|
|
const char * GetTablePostfix();
|
|
const char * GetPlayerDBName();
|
|
|
|
#endif
|