OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
landtexture.hpp
Go to the documentation of this file.
1 #ifndef CSM_WORLD_LANDTEXTURE_H
2 #define CSM_WORLD_LANDTEXTURE_H
3 
4 #include <string>
5 
7 
8 namespace CSMWorld
9 {
11  struct LandTexture : public ESM::LandTexture
12  {
14 
15  void load (ESM::ESMReader &esm, bool &isDeleted);
16  };
17 }
18 
19 #endif
Definition: esmreader.hpp:21
Wrapper for LandTexture record, providing info which plugin the LandTexture was loaded from...
Definition: landtexture.hpp:11
Definition: loadltex.hpp:28
void load(ESM::ESMReader &esm, bool &isDeleted)
Definition: landtexture.cpp:7
int mPluginIndex
Definition: landtexture.hpp:13