Adding premake

I will now be able to work on this from any platform
This commit is contained in:
2023-05-19 14:39:38 +02:00
parent 85263312cd
commit dc89cc6173
3 changed files with 66 additions and 2 deletions

View File

@ -7,6 +7,7 @@
#include "Primitives/shader.h"
#include "Primitives/camera.h"
#include "Application.h"
#define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h>
void processInput( GLFWwindow* window);