mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:07:41 +00:00
Plenty of dependency stubs for CStateManager
This commit is contained in:
22
DataSpec/DNACommon/Tweaks/ITweakPlayerGun.hpp
Normal file
22
DataSpec/DNACommon/Tweaks/ITweakPlayerGun.hpp
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef __DNACOMMON_ITWEAKPLAYERGUN_HPP__
|
||||
#define __DNACOMMON_ITWEAKPLAYERGUN_HPP__
|
||||
|
||||
#include "../DNACommon.hpp"
|
||||
#include "zeus/CAABox.hpp"
|
||||
|
||||
namespace DataSpec
|
||||
{
|
||||
|
||||
struct ITweakPlayerGun : BigYAML
|
||||
{
|
||||
virtual float GetSomething1() const=0; // x24
|
||||
virtual float GetSomething2() const=0; // x28
|
||||
virtual float GetSomething3() const=0; // x2c
|
||||
virtual float GetSomething4() const=0; // x30
|
||||
virtual float GetSomething5() const=0; // x34
|
||||
virtual float GetSomething6() const=0; // x38
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __DNACOMMON_ITWEAKPLAYERGUN_HPP__
|
||||
Reference in New Issue
Block a user