eco2d/code/apps/client/header/renderer.h

9 lines
118 B
C

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