2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 15:51:20 +00:00
metaforce/Runtime/AutoMapper/CMapWorld.hpp
2016-07-24 12:51:15 -10:00

20 lines
296 B
C++

#ifndef __URDE_CMAPWORLD_HPP__
#define __URDE_CMAPWORLD_HPP__
#include "RetroTypes.hpp"
namespace urde
{
class IWorld;
class CMapWorld
{
public:
void SetWhichMapAreasLoaded(const IWorld&, int start, int count);
bool IsMapAreasStreaming() const;
};
}
#endif // __URDE_CMAPWORLD_HPP__