feat: implement libraries in main
This commit is contained in:
		| @@ -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() | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user