36 files changed, 332 insertions, 176 deletions
diff --git a/src/controller/callbacks/display.h b/src/controller/callbacks/display.h new file mode 100644 index 0000000..a57ba8f --- a/dev/null +++ b/src/controller/callbacks/display.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef DISPLAY_H | ||
2 | #define DISPLAY_H | ||
3 | |||
4 | /* | ||
5 | * Draw the contents of the window. | ||
6 | */ | ||
7 | void display (void); | ||
8 | |||
9 | #endif // DISPLAY_H | ||