diff options
Diffstat (limited to 'src/common/core.h')
-rw-r--r-- | src/common/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/core.h b/src/common/core.h index bc2be02c2..23431f297 100644 --- a/src/common/core.h +++ b/src/common/core.h @@ -4,6 +4,7 @@ #define _CORE_H_ extern int runflag; +extern unsigned long ticks; int do_init(int,char**); |