mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 01:47:43 +00:00
Move weapon code to RuntimeWeapon
This commit is contained in:
21
Runtime/Weapon/CGSFidget.hpp
Normal file
21
Runtime/Weapon/CGSFidget.hpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef __URDE_CGSFIDGET_HPP__
|
||||
#define __URDE_CGSFIDGET_HPP__
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CGSFidget
|
||||
{
|
||||
u32 x4_ = 0;
|
||||
u32 x8_ = 0;
|
||||
u32 xc_ = 0;
|
||||
u32 x10_ = -1;
|
||||
u32 x14_ = -1;
|
||||
u32 x18_ = -1;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CGSFIDGET_HPP__
|
||||
Reference in New Issue
Block a user