reactphysics3d/sources/demo/ReactDemo.h

9 lines
215 B
C
Raw Normal View History

#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