From: Joshua Kwan Date: Fri, 30 Jan 2004 02:28:48 +0000 (+0000) Subject: Header cleanup -- add #ifndef wrapping X-Git-Tag: v1.6.1-roc-dev~514 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=e4779f7f8a91e287250d32f4f0bc2c5ae83ad0b9;p=dgamelaunch Header cleanup -- add #ifndef wrapping git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@185 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/stripgfx.h b/stripgfx.h index c96cad5..617d4ee 100644 --- a/stripgfx.h +++ b/stripgfx.h @@ -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 */