e8de11f141
git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@9 92aac97c-a6ce-11dd-a772-7fcde58d38e6
9 lines
215 B
C
Executable File
9 lines
215 B
C
Executable File
#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
|