diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h index e110e67f..4187e0c3 100644 --- a/src/common.h +++ b/src/common.h @@ -72,8 +72,6 @@ extern void **rwengine; #define SCREEN_FROM_RIGHT(a) Float(SCREEN_WIDTH - SCREEN_STRETCH_X(a)) #define SCREEN_FROM_BOTTOM(a) Float(SCREEN_HEIGHT - SCREEN_STRETCH_Y(a)) -char *GetUserDirectory(void); - struct GlobalScene { RpWorld *world; |