33 files changed, 530 insertions, 113 deletions
diff --git a/src/controller/actions/selection_from_db.sqc b/src/controller/actions/selection_from_db.sqc index 442f7c2..675bc2c 100644 --- a/src/controller/actions/selection_from_db.sqc +++ b/src/controller/actions/selection_from_db.sqc @@ -1,7 +1,7 @@ #define GL_GLEXT_PROTOTYPES #include "selection_from_db.h" #include "../../model/geometry/map_geometry.h" -#include "../../view/exp004state0.h" +#include "../../view/state0.h" #include "../../util/check_error.h" #include <GL/glut.h> #include "sqlca.h" @@ -10,7 +10,7 @@ extern struct sqlca sqlca; /* * A simple alias to make the code more readable. */ -#define S exp004state0 +#define S state0 void selection_from_db (void) |