36 files changed, 332 insertions, 176 deletions
diff --git a/src/controller/callbacks/reshape.h b/src/controller/callbacks/reshape.h new file mode 100644 index 0000000..8a829b4 --- a/dev/null +++ b/src/controller/callbacks/reshape.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef RESHAPE_H | ||
2 | #define RESHAPE_H | ||
3 | |||
4 | void reshape (int w, int h); | ||
5 | |||
6 | #endif // RESHAPE_H | ||