Tries to fix SDL and Qt builds, introduces Emscripten in Travis.

This commit is contained in:
xawotihs
2016-06-19 10:25:22 +02:00
parent e4e809f3fe
commit 0a01b0af69
4 changed files with 18 additions and 1 deletions

View File

@@ -135,6 +135,8 @@ public:
#elif (defined WIN32)
std::string filename;
void* mSample;
#else
void* mSample;
#endif
};