29 files changed, 1185 insertions, 0 deletions
diff --git a/src/view/exp004state0.h b/src/view/exp004state0.h new file mode 100644 index 0000000..2b60ce9 --- a/dev/null +++ b/src/view/exp004state0.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef EXP004STATE0_H | ||
2 | #define EXP004STATE0_H | ||
3 | |||
4 | #include "../model/exp004state.h" | ||
5 | |||
6 | EXP004STATE exp004state0; | ||
7 | |||
8 | #endif // EXP004STATE0_H | ||