33 files changed, 530 insertions, 113 deletions
diff --git a/src/controller/actions/zoom.c b/src/controller/actions/zoom.c index e33dcb8..d7f4140 100644 --- a/src/controller/actions/zoom.c +++ b/src/controller/actions/zoom.c @@ -1,14 +1,14 @@ #include "zoom.h" #include "../callbacks/reshape.h" #include "../../util/check_error.h" -#include "../../view/exp004state0.h" +#include "../../view/state0.h" #include <GL/glut.h> #include <math.h> /* * A simple alias to make the code more readable. */ -#define S exp004state0 +#define S state0 void zoom (int x1, int y1, int x2, int y2) |