mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:07:41 +00:00
Additional CWorld discoveries; CAudioGroupSet imp
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef __URDE_CMAPWORLD_HPP__
|
||||
#define __URDE_CMAPWORLD_HPP__
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class IWorld;
|
||||
@@ -8,7 +10,7 @@ class IWorld;
|
||||
class CMapWorld
|
||||
{
|
||||
public:
|
||||
void SetWhichMapAreasLoaded(const IWorld&, int, int);
|
||||
void SetWhichMapAreasLoaded(const IWorld&, int start, int count);
|
||||
bool IsMapAreasStreaming() const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user