#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