first commit
This commit is contained in:
13
CS4451/proj4/defs.h
Normal file
13
CS4451/proj4/defs.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _DEFS_H_
|
||||
#define _DEFS_H_
|
||||
|
||||
#include <GL/glut.h>
|
||||
|
||||
typedef GLfloat m_float; //Let's precision be quickly changed
|
||||
typedef GLint m_int;
|
||||
typedef GLuint m_uint;
|
||||
|
||||
enum { MENU_SHADOWS, MENU_SHADOW_VOLUMES, MENU_PRIMITIVES_ONLY,
|
||||
MENU_CLEAR_WHITE, MENU_CLEAR_BLACK };
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user