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, 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
7typedef struct IsoGfxApp IsoGfxApp;
8
9bool make_checkerboard_app(IsoGfx*, IsoGfxApp*);