mirror of
https://github.com/zeldaret/botw
synced 2026-06-24 17:03:19 -04:00
Add PlacementMap, stubs: PlacementMapMgr and PlacementMapMgrMapArray
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "KingSystem/Map/mapPlacementMap.h"
|
||||
|
||||
namespace ksys::map {
|
||||
|
||||
SEAD_SINGLETON_DISPOSER_IMPL(PlacementMapMgr)
|
||||
|
||||
void PlacementMapMgr::junk() {
|
||||
/* Here to force the compiler to include PlacementMap */
|
||||
PlacementMap x;
|
||||
auto y = new PlacementMap;
|
||||
(void)(x);
|
||||
(void)(y);
|
||||
}
|
||||
|
||||
} // namespace ksys::map
|
||||
Reference in New Issue
Block a user