Added instance vector

Added instance header to main
This commit is contained in:
andreja6
2018-04-10 18:41:38 -07:00
parent d899c4fa4e
commit 0908d93f29
2 changed files with 11 additions and 0 deletions

View File

@@ -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;