mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +00:00
Various imps
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
#ifndef __URDE_CMAPWORLDINFO_HPP__
|
||||
#define __URDE_CMAPWORLDINFO_HPP__
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CMapWorldInfo
|
||||
{
|
||||
std::map<TEditorId, bool> x14_;
|
||||
public:
|
||||
void SetDoorVisited(TEditorId eid, bool val);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CMAPWORLDINFO_HPP__
|
||||
|
||||
Reference in New Issue
Block a user