#pragma once

#include "app.h"

#include <stdbool.h>

typedef struct IsoGfxApp IsoGfxApp;

bool make_checkerboard_app(IsoGfx*, IsoGfxApp*);