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 @@ | |||
2 | #include "../actions/clear_selection.h" | 2 | #include "../actions/clear_selection.h" |
3 | #include "../actions/selection_from_db.h" | 3 | #include "../actions/selection_from_db.h" |
4 | #include "reshape.h" | 4 | #include "reshape.h" |
5 | #include "../../view/exp004state0.h" | 5 | #include "../../view/state0.h" |
6 | #include <GL/glut.h> | 6 | #include <GL/glut.h> |
7 | 7 | ||
8 | #define S exp004state0 | 8 | #define S state0 |
9 | 9 | ||
10 | void | 10 | void |
11 | keyboard (unsigned char key, int x, int y) | 11 | keyboard (unsigned char key, int x, int y) |