From 0908d93f297fd429965fe2a7cb1041f5758e567e Mon Sep 17 00:00:00 2001 From: andreja6 Date: Tue, 10 Apr 2018 18:41:38 -0700 Subject: [PATCH] Added instance vector Added instance header to main --- G3DTest.vcproj | 9 +++++++++ main.cpp | 2 ++ 2 files changed, 11 insertions(+) diff --git a/G3DTest.vcproj b/G3DTest.vcproj index d4e1b2b..ba8956b 100644 --- a/G3DTest.vcproj +++ b/G3DTest.vcproj @@ -4,6 +4,7 @@ Version="8.00" Name="G3DTest" ProjectGUID="{6C4D6EEF-B1D1-456A-B850-92CAB17124BE}" + RootNamespace="G3DTest" > + + @@ -233,6 +238,10 @@ Name="Header Files" Filter="h;hpp;hxx;hm;inl" > + + +#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 Instances; static GFontRef fntdominant = NULL; static GFontRef fntlighttrek = NULL; static bool democ = true;