It's alive\!\!\!... almost, still crashes on exit lol

This commit is contained in:
Vulpovile
2023-11-08 23:47:10 -08:00
parent 70bace117c
commit 0fb941bf07
90 changed files with 248 additions and 5297 deletions

View File

@@ -1,10 +1,10 @@
#include "DataModelV3/DataModelInstance.h"
using namespace B3D;
DataModelInstance::DataModelInstance(void)
DataModelInstance::DataModelInstance(void) : Instance("DataModel")
{
// Instances
Instance::Instance("DataModel");
// Instances
printf("I am DataModel and I will be created!\n");
name = "Level";
parentDataModel = this;