9 lines
215 B
C
9 lines
215 B
C
|
#ifndef REACT_DEMO_H
|
||
|
#define REACT_DEMO_H
|
||
|
|
||
|
// Constants
|
||
|
const int WINWIDTH = 640; // Width of the OpenGL windows
|
||
|
const int WINHEIGHT = 480; // Height of the OpenGL windows
|
||
|
|
||
|
#endif
|