29 files changed, 1185 insertions, 0 deletions
diff --git a/src/controller/exp004reshape.h b/src/controller/exp004reshape.h new file mode 100644 index 0000000..3bb20a5 --- a/dev/null +++ b/src/controller/exp004reshape.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef EXP004RESHAPE_H | ||
2 | #define EXP004RESHAPE_H | ||
3 | |||
4 | void exp004reshape (int w, int h); | ||
5 | |||
6 | #endif // EXP004RESHAPE_H | ||