mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-09-26 11:18:53 +02:00
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@1 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
8 lines
156 B
C
8 lines
156 B
C
|
|
#define NO_GRAPHICS 1
|
|
#define DEC_GRAPHICS 2
|
|
#define IBM_GRAPHICS 3
|
|
|
|
void populate_gfx_array (int gfxset);
|
|
unsigned char strip_gfx (unsigned char inchar);
|