prime/include/MetroidPrime/Tweaks/CTweakPlayerRes.hpp
Henrique Gemignani Passos Lima 236045c563 Add CMappableObject
Former-commit-id: cf0893f3b530fa1abcd44399a9e879287b3ac989
2022-12-05 20:17:40 +02:00

18 lines
365 B
C++

#ifndef _CTWEAKPLAYERRES
#define _CTWEAKPLAYERRES
#include "Kyoto/SObjectTag.hpp"
struct CTweakPlayerRes {
public:
CAssetId x4_saveStationIcon;
CAssetId x8_missileStationIcon;
CAssetId xc_elevatorIcon;
CAssetId x10_minesBreakFirstTopIcon;
CAssetId x14_minesBreakFirstBottomIcon;
};
extern CTweakPlayerRes* gpTweakPlayerRes;
#endif // _CTWEAKPLAYERRES