* 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
14 lines
223 B
C
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_
|