$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
main.h
Go to the documentation of this file.
1 
6 #ifndef MAIN_H
7 #define MAIN_H
8 
10 enum { WINDOW_WIDTH = 1024, WINDOW_HEIGHT = 768 };
11 
12 #endif /* MAIN_H */
@ WINDOW_HEIGHT
Definition: main.h:10
@ WINDOW_WIDTH
Definition: main.h:10