diff options
Diffstat (limited to 'gfx-iso/app/checkerboard.h')
-rw-r--r-- | gfx-iso/app/checkerboard.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gfx-iso/app/checkerboard.h b/gfx-iso/app/checkerboard.h deleted file mode 100644 index 61725a5..0000000 --- a/gfx-iso/app/checkerboard.h +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #include "app.h" | ||
4 | |||
5 | #include <stdbool.h> | ||
6 | |||
7 | typedef struct IsoGfxApp IsoGfxApp; | ||
8 | |||
9 | bool make_checkerboard_app(IsoGfx*, IsoGfxApp*); | ||