From 35dd657c71814377774ffbdc16158eda05a22ba9 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 28 Sep 2012 00:33:10 +0200 Subject: untested automatically moving elements and world numbers --- include/game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/game.h b/include/game.h index 071d93e..fd0dd3c 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 wcslen(const wchar_t *str); +wchar_t *wcscpy(wchar_t *dest, const wchar_t *src); int strlen(const char *str); char *strcpy(char *dest, const char *src); char *strncpy(char *dest, const char *src, int num); -- cgit v1.2.3