dgamelaunch/stripgfx.h
Joshua Kwan e4779f7f8a Header cleanup -- add #ifndef wrapping
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@185 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-01-30 02:28:48 +00:00

12 lines
247 B
C

#ifndef INCLUDED_stripgfx_h
#define INCLUDED_stripgfx_h
#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);
#endif /* !INCLUDED_stripgfx_h */