tiny refactor

This commit is contained in:
2025-03-06 12:00:26 +01:00
parent 4f852161aa
commit 0d11dbec32
8 changed files with 47 additions and 11 deletions
+13
View File
@@ -0,0 +1,13 @@
#include "timetable.h"
#define NLINES 10
#define NCOLS 40
#define DEFAULT_X_OFFSET 10
#define DEFAULT_Y_OFFSET 2
#define DEFAULT_PADDING 4
void timetable_page() {
}