Added basic textures for now

This commit is contained in:
andreja6
2018-06-10 21:02:38 -07:00
parent 0bd49da8f4
commit 018c4a1557
6 changed files with 54 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include "DataModelInstance.h"
#include <G3DAll.h>
class Globals
{
@@ -14,4 +15,6 @@ public:
static const int major;
static const int minor;
static const int patch;
static G3D::TextureRef surface;
static int surfaceId;
};