From 21d7e41b006b88aa79821610661fefc8fe14b7ca Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 27 Feb 2012 18:54:32 +0100 Subject: switching between multiple maps --- include/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/game.h b/include/game.h index 6b6a9bd..b22631f 100755 --- a/include/game.h +++ b/include/game.h @@ -24,6 +24,7 @@ inline T clamp(T value, T one, T two) { return (value < one) ? one : ((value > t extern "C" { int strlen(const char *str); char *strcpy(char *dest, const char *src); +int strncmp(const char *str1, const char *str2, int num); float atan(float x); float atan2(float y, float x); @@ -2628,6 +2629,7 @@ extern int currentScreenSizeID; extern float GlobalScreenWidth, GlobalScreenHeight; +void DoSceneChange(u16 name, u32 sceneSettings, u32 unk); extern u32 GlobalTickCount; -- cgit v1.2.3