summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/g3dhax.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/g3dhax.h b/include/g3dhax.h
index c3aeaef..703b6d6 100644
--- a/include/g3dhax.h
+++ b/include/g3dhax.h
@@ -1,3 +1,6 @@
+#ifndef __KAMEK_G3DHAX_H
+#define __KAMEK_G3DHAX_H
+
// nw4r::g3d wrapper
namespace nw4r {
@@ -166,3 +169,5 @@ void SetupTextures_Enemy(m3d::mdl_c *model, int sceneID); // 800B4170
void SetupTextures_MapObj(m3d::mdl_c *model, int sceneID); // 800B42B0
void SetupTextures_Item(m3d::mdl_c *model, int sceneID); // 800B43D0
+#endif
+