linux build

This commit is contained in:
Daniel Ledda
2025-01-07 10:29:07 +01:00
parent 6872ebf418
commit b84b59df09
4 changed files with 13 additions and 7 deletions

View File

@@ -2,7 +2,6 @@
#include <vector>
#include "lib/glad/glad.c"
#include "lib/djstdlib/core.h"
#include <GLFW/glfw3.h>
#define GLM_ENABLE_EXPERIMENTAL
@@ -397,6 +396,6 @@ int main_gfx() {
int main() {
initialiseCore();
return main_cmd();
return main_gfx();
}