mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 06:17:02 +00:00
Various fixes and minor code cleanup, issue warning when attempting to load an unimplemented object
This commit is contained in:
@@ -22,6 +22,7 @@ private:
|
||||
void NotifyNeighbors(CStateManager&);
|
||||
void ToggleVisible(CStateManager&);
|
||||
void SetHeardShot(bool heardShot) { x580_25_heardShot = heardShot; }
|
||||
|
||||
public:
|
||||
DEFINE_PATTERNED(FlickerBat)
|
||||
CFlickerBat(TUniqueId, std::string_view name, EFlavorType, const CEntityInfo&, const zeus::CTransform&, CModelData&&,
|
||||
|
||||
Reference in New Issue
Block a user