27 files changed, 179 insertions, 549 deletions
diff --git a/src/view/state0.h b/src/view/state0.h index 071e3ff..6be5b48 100644 --- a/src/view/state0.h +++ b/src/view/state0.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #ifndef STATE0_H | 1 | #ifndef STATE0_H |
2 | #define STATE0_H | 2 | #define STATE0_H |
3 | 3 | ||
4 | #include "../model/state.h" | 4 | #include "../model/state/state.h" |
5 | 5 | ||
6 | STATE state0; | 6 | STATE state0; |
7 | 7 | ||