mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-18 08:05:22 +00:00
17
include/MetroidPrime/Tweaks/CTweakPlayerRes.hpp
Normal file
17
include/MetroidPrime/Tweaks/CTweakPlayerRes.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user