#ifndef SHARED_H #define SHARED_H #include "GL/glew.h" #define MAX_PATH_LENGTH 64 typedef enum { FALSE, TRUE } boolean; #endif // SHARED_H