mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Support pre-C++11 compilers
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
#include "GraphicsUtil.h"
|
||||
#include "Screen.h"
|
||||
|
||||
#if __cplusplus < 201103L // Pre-C++11
|
||||
typedef uint32_t char32_t;
|
||||
typedef uint16_t char16_t;
|
||||
#endif
|
||||
|
||||
class map;
|
||||
|
||||
class Graphics
|
||||
|
||||
Reference in New Issue
Block a user