29 files changed, 1185 insertions, 0 deletions
diff --git a/src/controller/exp004processhits.h b/src/controller/exp004processhits.h new file mode 100644 index 0000000..d61e9a7 --- a/dev/null +++ b/src/controller/exp004processhits.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef EXP004PROCESSHITS_H | ||
2 | #define EXP004PROCESSHITS_H | ||
3 | |||
4 | #include <GL/glut.h> | ||
5 | |||
6 | void exp004processhits (GLint hits, GLuint buffer[]); | ||
7 | |||
8 | #endif // EXP004PROCESSHITS_H | ||