initial commit

This commit is contained in:
Lauchmelder 2022-10-16 14:13:13 +02:00
commit be1abc3762
16 changed files with 11692 additions and 0 deletions

8
src/renderer/window.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef WINDOW_H
#define WINDOW_H
typedef struct GLFWwindow GLFWwindow;
GLFWwindow* create_managed_window(const char* title, int width, int height);
#endif // WINDOW_H