summaryrefslogtreecommitdiff
path: root/gfx-iso/app/checkerboard.h
blob: 61725a54055cd685bfaf116d35180828da1dbc3b (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "app.h"

#include <stdbool.h>

typedef struct IsoGfxApp IsoGfxApp;

bool make_checkerboard_app(IsoGfx*, IsoGfxApp*);