Symbian buildfix

This commit is contained in:
Henrik Rydgard 2015-09-19 12:34:55 +02:00
parent a5d7b32bfe
commit 2aba7e0373

View File

@ -24,6 +24,10 @@
#undef small
#ifdef __SYMBIAN32__
#define unique_ptr auto_ptr
#endif
struct KeyInput;
struct TouchInput;
struct AxisInput;