Added instance vector
Added instance header to main
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -11,12 +11,14 @@
|
||||
@author Morgan McGuire, matrix@graphics3d.com
|
||||
*/
|
||||
#include <G3DAll.h>
|
||||
#include "Instance.h"
|
||||
|
||||
#if G3D_VER < 61000
|
||||
#error Requires G3D 6.10
|
||||
#endif
|
||||
static const float VNUM = 0.01F;
|
||||
static const std::string VERSION = "PRE-ALPHA ";
|
||||
static std::vector<Instance> Instances;
|
||||
static GFontRef fntdominant = NULL;
|
||||
static GFontRef fntlighttrek = NULL;
|
||||
static bool democ = true;
|
||||
|
||||
Reference in New Issue
Block a user