mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
More ScriptLoader imps
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
#ifndef __URDE_CWORLD_HPP__
|
||||
#define __URDE_CWORLD_HPP__
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CGameArea;
|
||||
|
||||
class CWorld
|
||||
{
|
||||
std::vector<std::unique_ptr<CGameArea>> x18_areas;
|
||||
public:
|
||||
std::vector<std::unique_ptr<CGameArea>>& GetGameAreas() {return x18_areas;}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user