mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-08-16 04:15:02 -04:00
--Bug fixes
-Fix PCH in Fractorium.
This commit is contained in:
@ -1,3 +1,6 @@
|
|||||||
|
#ifndef FRACTORIUM_PCH
|
||||||
|
#define FRACTORIUM_PCH
|
||||||
|
|
||||||
#define GL_GLEXT_PROTOTYPES 1
|
#define GL_GLEXT_PROTOTYPES 1
|
||||||
#define XFORM_COLOR_COUNT 14
|
#define XFORM_COLOR_COUNT 14
|
||||||
|
|
||||||
@ -81,3 +84,5 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace EmberNs;
|
using namespace EmberNs;
|
||||||
using namespace EmberCLns;
|
using namespace EmberCLns;
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user