summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2019-06-13 02:40:46 +0200
committerFire-Head <Fire-Head@users.noreply.github.com>2019-06-13 02:40:46 +0200
commit06e48c70595808f8c3143d4284e5757e29d81800 (patch)
treee321a452104d4dd3716b1bdfaa1bda81a739be26 /src/common.h
parentCPad done (diff)
parentMerge pull request #6 from GTAmodding/master (diff)
downloadre3-06e48c70595808f8c3143d4284e5757e29d81800.tar
re3-06e48c70595808f8c3143d4284e5757e29d81800.tar.gz
re3-06e48c70595808f8c3143d4284e5757e29d81800.tar.bz2
re3-06e48c70595808f8c3143d4284e5757e29d81800.tar.lz
re3-06e48c70595808f8c3143d4284e5757e29d81800.tar.xz
re3-06e48c70595808f8c3143d4284e5757e29d81800.tar.zst
re3-06e48c70595808f8c3143d4284e5757e29d81800.zip
Diffstat (limited to '')
-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);