-rw-r--r-- | r/connect.R | 2 | ||||
-rw-r--r-- | src/GLee5_4/GLee.c | 18170 | ||||
-rw-r--r-- | src/GLee5_4/GLee.h | 17652 | ||||
-rw-r--r-- | src/GLee5_4/GLee.lib | bin | 0 -> 1460208 bytes | |||
-rw-r--r-- | src/GLee5_4/extensionList.txt | 410 | ||||
-rw-r--r-- | src/GLee5_4/readme.txt | 380 | ||||
-rw-r--r-- | src/controller/actions/clear_selection.sqc | 2 | ||||
-rw-r--r-- | src/controller/actions/process_hits.c | 1 | ||||
-rw-r--r-- | src/controller/actions/process_hits.h | 2 | ||||
-rw-r--r-- | src/controller/callbacks/mouse.c | 2 | ||||
-rw-r--r-- | src/util/check_error.c | 8 |
11 files changed, 36621 insertions, 8 deletions
diff --git a/src/controller/actions/process_hits.h b/src/controller/actions/process_hits.h index d664a6e..d4caf40 100644 --- a/src/controller/actions/process_hits.h +++ b/src/controller/actions/process_hits.h @@ -1,7 +1,7 @@ #ifndef PROCESS_HITS_H #define PROCESS_HITS_H -#include <GL/glut.h> +#include "../../GLee5_4/GLee.h" void process_hits (const GLint hits, const GLuint * hitlist); |