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 @@ +#ifndef RESHAPE_H +#define RESHAPE_H + +void reshape (int w, int h); + +#endif // RESHAPE_H |