From adbd2511beec8f1caa1752bdfd755cc2f62ba425 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 9 Mar 2024 08:43:26 -0800 Subject: Make isogfx a library instead of an executable. --- gfx-iso/app/checkerboard.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 gfx-iso/app/checkerboard.h (limited to 'gfx-iso/app/checkerboard.h') 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 @@ -#pragma once - -#include "app.h" - -#include - -typedef struct IsoGfxApp IsoGfxApp; - -bool make_checkerboard_app(IsoGfx*, IsoGfxApp*); -- cgit v1.2.3