1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef SHARED_H #define SHARED_H #include "GL/glew.h" #define MAX_PATH_LENGTH 64 typedef enum { FALSE, TRUE } boolean; #endif // SHARED_H