added header #ifndef

git-svn-id: svn://anubis/misc/wfobj@143 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
josh 2009-09-27 21:00:52 +00:00
parent 59f7e83a3f
commit 81e6d24374

View File

@ -1,4 +1,7 @@
#ifndef WFOBJ_H
#define WFOBJ_H
#include <GL/gl.h>
#include <vector>
#include <string>
@ -71,3 +74,5 @@ protected:
WFObj::loadTextureFunc_t m_loadTexture;
std::string m_fileName;
};
#endif