Added postrender

This commit is contained in:
andreja6
2018-10-25 18:16:39 -07:00
parent b1af53995a
commit 30a05af3b2
5 changed files with 28 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include "DataModelInstance.h"
#include <G3DAll.h>
#include <stack>
class Globals
{
@@ -20,5 +21,6 @@ public:
static const std::string PlaceholderName;
};
extern std::stack<Instance*> postRenderStack;
extern std::vector<Instance*> g_selectedInstances;
extern bool running;