581475bc6 ^
ec11a6a46 ^
1 2 3 4 5 6
7
8 9 10 11 12 13
// 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_