2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 10:57:02 +00:00

CShockWave: Implement Touch

This commit is contained in:
2020-04-01 02:41:31 -04:00
parent 6e5c32abfd
commit d4ff239f91
4 changed files with 106 additions and 31 deletions

View File

@@ -42,7 +42,7 @@ private:
CAssetId xf8_;
CDamageInfo xfc_;
CAssetId x118_;
s16 x11c_;
u16 x11c_;
bool x11e_;
bool x11f_;
@@ -64,7 +64,7 @@ public:
[[nodiscard]] CAssetId GetXF8() const { return xf8_; }
[[nodiscard]] const CDamageInfo& GetXFC() const { return xfc_; }
[[nodiscard]] CAssetId GetX118() const { return x118_; }
[[nodiscard]] s16 GetX11C() const { return x11c_; }
[[nodiscard]] u16 GetX11C() const { return x11c_; }
[[nodiscard]] bool GetX11E() const { return x11e_; }
[[nodiscard]] bool GetX11F() const { return x11f_; }