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:
parent
faf21b5ac8
commit
e4779f7f8a
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue