mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-17 09:27:02 +00:00
16
include/MetroidPrime/Weapons/CIceBeam.hpp
Normal file
16
include/MetroidPrime/Weapons/CIceBeam.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef _CICEBEAM_HPP
|
||||
#define _CICEBEAM_HPP
|
||||
|
||||
#include "MetroidPrime/Weapons/CGunWeapon.hpp"
|
||||
|
||||
class CIceBeam : public CGunWeapon {
|
||||
public:
|
||||
CIceBeam(CAssetId characterId, EWeaponType type, TUniqueId playerId,
|
||||
EMaterialTypes playerMaterial, const CVector3f& scale);
|
||||
|
||||
private:
|
||||
u8 x21c_pad[0x30];
|
||||
};
|
||||
CHECK_SIZEOF(CIceBeam, 0x24c)
|
||||
|
||||
#endif // _CICEBEAM_HPP
|
||||
Reference in New Issue
Block a user