33 files changed, 530 insertions, 113 deletions
diff --git a/src/controller/callbacks/reshape.c b/src/controller/callbacks/reshape.c index da2e2bf..95e9329 100644 --- a/src/controller/callbacks/reshape.c +++ b/src/controller/callbacks/reshape.c @@ -1,10 +1,10 @@ #include "../../model/geometry/density_legend_geometry.h" -#include "../../view/exp004state0.h" +#include "../../view/state0.h" #include "../actions/set_ortho.h" #include "reshape.h" #include <GL/glut.h> -#define S exp004state0 +#define S state0 void reshape (int w, int h) |