Physics kinda sorta?

This commit is contained in:
andreja6
2020-03-08 15:44:13 -07:00
parent 804e329516
commit 4ff4d54f09
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <G3DAll.h>
#include "propertyGrid.h"
#include "map"
class Instance
{
@@ -31,5 +32,6 @@ protected:
std::string className;
Instance* parent; // Another pointer.
PROPGRIDITEM createPGI(LPSTR catalog, LPSTR propName, LPSTR propDesc, LPARAM curVal, INT type, TCHAR choices[] = NULL);
private:
static const std::map<std::string, Instance> g_logLevelsDescriptions;
};