reactphysics3d/sources/demo/ReactDemo.h
chappuis.daniel e8de11f141 Add the demo directory
git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@9 92aac97c-a6ce-11dd-a772-7fcde58d38e6
2009-01-26 23:05:20 +00:00

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