diff options
Diffstat (limited to 'procyon/include/acm/gfx.h')
-rw-r--r-- | procyon/include/acm/gfx.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/procyon/include/acm/gfx.h b/procyon/include/acm/gfx.h new file mode 100644 index 0000000..c3fdc15 --- /dev/null +++ b/procyon/include/acm/gfx.h @@ -0,0 +1,8 @@ +#if !defined(acm_hdr_gfx) +#define acm_hdr_gfx + +#include <acm/bs.h> + +void acm_initgfx(void); + +#endif |