diff options
Diffstat (limited to 'Source/GameDraw.cpp')
| -rw-r--r-- | Source/GameDraw.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/GameDraw.cpp b/Source/GameDraw.cpp index 741dd73..9441e9a 100644 --- a/Source/GameDraw.cpp +++ b/Source/GameDraw.cpp @@ -4,6 +4,7 @@ #include <stdio.h> #include <unistd.h> #define STUB_FUNCTION fprintf(stderr,"STUB: %s at " __FILE__ ", line %d, thread %d\n",__FUNCTION__,__LINE__,getpid()) +#define Random rand #endif extern int thirdperson; |
