diff options
Diffstat (limited to 'src/common.cpp')
-rw-r--r-- | src/common.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp index ead2dc3..84515c3 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -10,6 +10,8 @@ #include <vector> #endif // __WIN32__ +void *NULLPTR = NULL; + #ifndef __WIN32__ unsigned int millis(void){ |