feat: implement libraries in main

This commit is contained in:
2025-10-13 18:25:55 +02:00
parent 49219fc597
commit 1089861aa3
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup")
#endif*/
#define STB_IMAGE_IMPLEMENTATION
#include "../lib/stb/stb_image.h"
#include "engine.h"
int main()

View File

@@ -4,8 +4,6 @@
#include "../lib/glew/GL/glew.h"
#include "../lib/glfw/glfw3.h"
#define STB_IMAGE_IMPLEMENTATION
#include "../lib/stb/stb_image.h"
#include "logger.h"