33 files changed, 530 insertions, 113 deletions
diff --git a/src/controller/actions/process_hits.c b/src/controller/actions/process_hits.c index 4a76d1c..319ce6c 100644 --- a/src/controller/actions/process_hits.c +++ b/src/controller/actions/process_hits.c @@ -1,5 +1,5 @@ #define GL_GLEXT_PROTOTYPES -#include "../../view/exp004state0.h" +#include "../../view/state0.h" #include "../../model/geometry/map_geometry.h" #include "process_hits.h" #include "sel_save.h" @@ -7,7 +7,7 @@ /* * A simple alias to make the code more readable. */ -#define S exp004state0 +#define S state0 /* * The implementation of this function is based on |