28 #ifndef HPL_MESH_LOADER_HANDLER_H 29 #define HPL_MESH_LOADER_HANDLER_H 31 #include "hpl1/engine/graphics/GraphicsTypes.h" 32 #include "hpl1/engine/math/MathTypes.h" 33 #include "hpl1/engine/system/SystemTypes.h" 35 #include "common/list.h" 36 #include "hpl1/engine/resources/MeshLoader.h" 55 cMesh *LoadMesh(
const tString &asFile, tMeshLoadFlag aFlags);
64 tStringVec *GetSupportedTypes() {
return &mvSupportedTypes; }
69 tMeshLoaderList mlstLoaders;
77 #endif // HPL_MESH_LOADER_HANDLER_H
Definition: MeshLoaderHandler.h:50
Definition: Animation.h:44
Definition: World3D.h:179
ListInternal::Iterator< t_T > iterator
Definition: list.h:52
Definition: Resources.h:160
Definition: MeshLoader.h:60