OpenMW
apps/openmw/mwworld/omwloader.hpp
Go to the documentation of this file.
00001 #ifndef OMWLOADER_HPP
00002 #define OMWLOADER_HPP
00003 
00004 #include "contentloader.hpp"
00005 
00006 namespace MWWorld
00007 {
00008 
00012 struct OmwLoader : public ContentLoader
00013 {
00014     OmwLoader(Loading::Listener& listener);
00015 
00016     void load(const boost::filesystem::path& filepath, int& index);
00017 };
00018 
00019 } /* namespace MWWorld */
00020 
00021 #endif /* OMWLOADER_HPP */