added header #ifndef
git-svn-id: svn://anubis/misc/wfobj@143 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
parent
59f7e83a3f
commit
81e6d24374
5
WFObj.hh
5
WFObj.hh
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
#ifndef WFOBJ_H
|
||||||
|
#define WFOBJ_H
|
||||||
|
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
@ -71,3 +74,5 @@ protected:
|
|||||||
WFObj::loadTextureFunc_t m_loadTexture;
|
WFObj::loadTextureFunc_t m_loadTexture;
|
||||||
std::string m_fileName;
|
std::string m_fileName;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user