33 files changed, 530 insertions, 113 deletions
diff --git a/src/controller/callbacks/keyboard.c b/src/controller/callbacks/keyboard.c index 1187bce..28bea81 100644 --- a/src/controller/callbacks/keyboard.c +++ b/src/controller/callbacks/keyboard.c @@ -2,10 +2,10 @@ #include "../actions/clear_selection.h" #include "../actions/selection_from_db.h" #include "reshape.h" -#include "../../view/exp004state0.h" +#include "../../view/state0.h" #include <GL/glut.h> -#define S exp004state0 +#define S state0 void keyboard (unsigned char key, int x, int y) |