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 @@ +#ifndef EXP004PROCESSHITS_H +#define EXP004PROCESSHITS_H + +#include <GL/glut.h> + +void exp004processhits (GLint hits, GLuint buffer[]); + +#endif // EXP004PROCESSHITS_H |