mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Move weapon code to RuntimeWeapon
This commit is contained in:
31
Runtime/Weapon/CFidget.hpp
Normal file
31
Runtime/Weapon/CFidget.hpp
Normal file
@@ -0,0 +1,31 @@
|
||||
#ifndef __URDE_CFIDGET_HPP__
|
||||
#define __URDE_CFIDGET_HPP__
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CFidget
|
||||
{
|
||||
u32 x0_ = 0;
|
||||
u32 x4_ = -1;
|
||||
u32 x8_ = 0;
|
||||
u32 xc_ = -1;
|
||||
u32 x10_ = 3;
|
||||
float x14_ = 0.f;
|
||||
float x18_ = 0.f;
|
||||
float x1c_ = 0.f;
|
||||
float x20_ = 0.f;
|
||||
float x24_ = 0.f;
|
||||
float x28_ = 0.f;
|
||||
float x2c_ = 0.f;
|
||||
float x30_ = 105.f;
|
||||
bool x34_24_ = false;
|
||||
public:
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CFIDGET_HPP__
|
||||
Reference in New Issue
Block a user