From 81e6d24374bc871b0371edac0273382f193e0066 Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 27 Sep 2009 21:00:52 +0000 Subject: [PATCH] added header #ifndef git-svn-id: svn://anubis/misc/wfobj@143 bd8a9e45-a331-0410-811e-c64571078777 --- WFObj.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WFObj.hh b/WFObj.hh index ceb8422..7027c7f 100644 --- a/WFObj.hh +++ b/WFObj.hh @@ -1,4 +1,7 @@ +#ifndef WFOBJ_H +#define WFOBJ_H + #include #include #include @@ -71,3 +74,5 @@ protected: WFObj::loadTextureFunc_t m_loadTexture; std::string m_fileName; }; + +#endif