update working

This commit is contained in:
2025-01-05 13:41:36 +00:00
parent 595259b2cc
commit ef55ec5ab4
5 changed files with 307 additions and 290 deletions

View File

@@ -20,6 +20,8 @@
#define STB_IMAGE_IMPLEMENTATION
#include "lib/loaders/stb_image.h"
#include "./tests.cpp"
struct Entity;
struct Polycube;
struct SceneGraphNode;
@@ -395,6 +397,6 @@ int main_gfx() {
int main() {
initialiseCore();
return main_gfx();
return main_cmd();
}