Add CMappableObject

Former-commit-id: cf0893f3b5
This commit is contained in:
Henrique Gemignani Passos Lima
2022-12-05 20:17:40 +02:00
parent 1ece642d1b
commit 236045c563
7 changed files with 260 additions and 36 deletions

View 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