Going to redo assets.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "display/display.h"
|
||||
#include "ecs/ecssystem.h"
|
||||
#include "scene/node.h"
|
||||
#include "asset/assetsystem.h"
|
||||
|
||||
#include "scene/test/scenetest.h"
|
||||
|
||||
@@ -25,6 +26,7 @@ errorret_t engineInit(void) {
|
||||
timeInit();
|
||||
consoleInit();
|
||||
ecsSystemInit();
|
||||
assetSystemInit();
|
||||
errorChain(displayInit());
|
||||
|
||||
sceneTestAdd();
|
||||
@@ -43,6 +45,7 @@ errorret_t engineUpdate(void) {
|
||||
errorret_t engineDispose(void) {
|
||||
ecsSystemDispose();
|
||||
errorChain(displayDispose());
|
||||
assetSystemDispose();
|
||||
consoleDispose();
|
||||
|
||||
errorOk();
|
||||
|
Reference in New Issue
Block a user