Files
rathena/src/common/core.h
celest fb073b6c49 * Added uptime logging support whenever the server closes
* Fixed 'make clean' not removing the .o files in /common

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1207 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-07 15:41:38 +00:00

14 lines
223 B
C

// original : core.h 2003/03/14 11:55:25 Rev 1.4
#ifndef _CORE_H_
#define _CORE_H_
extern int runflag;
extern unsigned long ticks;
int do_init(int,char**);
void set_termfunc(void (*termfunc)(void));
#endif // _CORE_H_