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*);