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