2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 09:26:09 +00:00

Re-organize MP1 specific world objects

This commit is contained in:
2017-02-03 15:32:15 -08:00
parent 6968d9f0d3
commit d9f5805356
25 changed files with 193 additions and 22 deletions

View File

@@ -58,6 +58,8 @@ protected:
bool xe4_28_ : 1;
bool xe4_29_ : 1;
bool xe4_30_ : 1;
bool xe5_24_ : 1;
bool xe5_25_ : 1;
bool xe5_26_muted : 1;
bool xe5_27_useInSortedLists : 1;
bool xe5_28_callTouch : 1;
@@ -69,6 +71,7 @@ protected:
};
u32 dummy = 0;
};
void _CreateShadow();
public:
enum class EFluidState
@@ -131,6 +134,7 @@ public:
void AddMaterial(EMaterialTypes, EMaterialTypes, CStateManager&);
void AddMaterial(EMaterialTypes, CStateManager&);
void CreateShadow(bool);
void SetCallTouch(bool callTouch);
bool GetCallTouch() const;
void SetUseInSortedList(bool use);