From e4779f7f8a91e287250d32f4f0bc2c5ae83ad0b9 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Fri, 30 Jan 2004 02:28:48 +0000 Subject: [PATCH] Header cleanup -- add #ifndef wrapping git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@185 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- stripgfx.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.47.3