Header cleanup -- add #ifndef wrapping

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@185 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-30 02:28:48 +00:00
parent faf21b5ac8
commit e4779f7f8a
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#ifndef INCLUDED_stripgfx_h
#define INCLUDED_stripgfx_h
#define NO_GRAPHICS 1
#define DEC_GRAPHICS 2
@ -5,3 +7,5 @@
void populate_gfx_array (int gfxset);
unsigned char strip_gfx (unsigned char inchar);
#endif /* !INCLUDED_stripgfx_h */