--Bug fixes

-Fix PCH in Fractorium.
This commit is contained in:
mfeemster 2016-01-19 16:21:01 -08:00
parent 79a2a28694
commit 6b02ea3465

View File

@ -1,3 +1,6 @@
#ifndef FRACTORIUM_PCH
#define FRACTORIUM_PCH
#define GL_GLEXT_PROTOTYPES 1
#define XFORM_COLOR_COUNT 14
@ -81,3 +84,5 @@
using namespace std;
using namespace EmberNs;
using namespace EmberCLns;
#endif