summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorFire_Head <Fire-Head@users.noreply.github.com>2019-06-12 19:20:13 +0200
committerGitHub <noreply@github.com>2019-06-12 19:20:13 +0200
commit38730080a2aa91071ff5d524772874af93cc034e (patch)
tree763b135ff17c75ae83707532b0af91560d0501a3 /src/common.h
parentCameraCreate cosmetic fix (diff)
parentMerge branch 'master' into master (diff)
downloadre3-38730080a2aa91071ff5d524772874af93cc034e.tar
re3-38730080a2aa91071ff5d524772874af93cc034e.tar.gz
re3-38730080a2aa91071ff5d524772874af93cc034e.tar.bz2
re3-38730080a2aa91071ff5d524772874af93cc034e.tar.lz
re3-38730080a2aa91071ff5d524772874af93cc034e.tar.xz
re3-38730080a2aa91071ff5d524772874af93cc034e.tar.zst
re3-38730080a2aa91071ff5d524772874af93cc034e.zip
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
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);