18 files changed, 106 insertions, 47 deletions
diff --git a/src/controller/exp004processhits.h b/src/controller/exp004processhits.h index b0e088a..0cc9e4b 100644 --- a/src/controller/exp004processhits.h +++ b/src/controller/exp004processhits.h @@ -3,6 +3,6 @@ #include <GL/glut.h> -void exp004processhits (const GLint hits, const GLuint *hitlist); +void exp004processhits (const GLint hits, const GLuint * hitlist); #endif // EXP004PROCESSHITS_H |