#pragma once #include "app.h" #include <stdbool.h> typedef struct IsoGfxApp IsoGfxApp; bool make_demo_app(IsoGfx*, IsoGfxApp*);