From ec0b8b573048bc4832cca412e33956e64ce4f5fa Mon Sep 17 00:00:00 2001 From: aap Date: Wed, 12 Jun 2019 16:52:26 +0200 Subject: implemented CTimeCycle --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index f59e3aa4..d5223b6f 100644 --- a/src/common.h +++ b/src/common.h @@ -134,6 +134,8 @@ inline float sq(float x) { return x*x; } int myrand(void); void mysrand(unsigned int seed); +extern uint8 work_buff[55000]; + void re3_debug(char *format, ...); void re3_trace(const char *filename, unsigned int lineno, const char *func, char *format, ...); void re3_assert(const char *expr, const char *filename, unsigned int lineno, const char *func); -- cgit v1.2.3