From 886633293dfb73360395a6acc20acb280620fb3f Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 24 May 2019 19:58:32 +0200 Subject: implemented CFileMgr (barf) --- src/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index e55e5b52..272e5017 100644 --- a/src/common.h +++ b/src/common.h @@ -5,6 +5,7 @@ #pragma warning(disable: 4244) // int to float #pragma warning(disable: 4800) // int to bool #pragma warning(disable: 4838) // narrowing conversion +#pragma warning(disable: 4996) // POSIX names #include #include @@ -61,6 +62,8 @@ extern RsGlobalType &RsGlobal; #define SCREENW (RsGlobal.maximumWidth) #define SCREENH (RsGlobal.maximumHeight) +char *GetUserDirectory(void); + struct GlobalScene { RpWorld *world; -- cgit v1.2.3