#pragma once #include "system.h" void gfx_init(); void gfx_shutdown(); uint8_t gfx_is_running(); void gfx_render();