-rw-r--r-- | src/controller/exp004processhits.c | 7 | ||||
-rw-r--r-- | src/controller/exp004processhits.h | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/src/controller/exp004processhits.h b/src/controller/exp004processhits.h index d61e9a7..b0e088a 100644 --- a/src/controller/exp004processhits.h +++ b/src/controller/exp004processhits.h | |||
@@ -3,6 +3,6 @@ | |||
3 | 3 | ||
4 | #include <GL/glut.h> | 4 | #include <GL/glut.h> |
5 | 5 | ||
6 | void exp004processhits (GLint hits, GLuint buffer[]); | 6 | void exp004processhits (const GLint hits, const GLuint *hitlist); |
7 | 7 | ||
8 | #endif // EXP004PROCESSHITS_H | 8 | #endif // EXP004PROCESSHITS_H |