18 files changed, 106 insertions, 47 deletions
diff --git a/src/controller/selection_from_db.sqc b/src/controller/selection_from_db.sqc index 3bde460..755c9c9 100644 --- a/src/controller/selection_from_db.sqc +++ b/src/controller/selection_from_db.sqc @@ -1,6 +1,6 @@ #define GL_GLEXT_PROTOTYPES #include "selection_from_db.h" -#include "../model/map_geometry.h" +#include "../model/geometry/map_geometry.h" #include "../view/exp004state0.h" #include "../util/check_error.h" #include <GL/glut.h> |