update working
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user