Now able to create grid
This commit is contained in:
@@ -14,12 +14,7 @@ class BuildingLayoutGraph {
|
||||
|
||||
public:
|
||||
virtual ~BuildingLayoutGraph();
|
||||
static BuildingLayoutGraph *get_singleton()
|
||||
{
|
||||
if (!singleton)
|
||||
singleton = memnew(BuildingLayoutGraph());
|
||||
return singleton;
|
||||
}
|
||||
static BuildingLayoutGraph *get_singleton();
|
||||
static void cleanup()
|
||||
{
|
||||
memdelete(singleton);
|
||||
|
||||
Reference in New Issue
Block a user