+ | First window

This commit is contained in:
TheRedShip
2024-09-27 15:19:47 +02:00
parent 62cddcfb6f
commit 8784b5ce02
8 changed files with 14248 additions and 2 deletions

View File

@ -13,6 +13,12 @@
#ifndef RT_H
# define RT_H
# define WIDTH 1920
# define HEIGHT 1080
# include "glad/gl.h"
# include "GLFW/glfw3.h"
# include <iostream>
#endif