mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 03:47:42 +00:00
Plenty of dependency stubs for CStateManager
This commit is contained in:
19
DataSpec/DNAMP1/Tweaks/CTweakPlayerGun.hpp
Normal file
19
DataSpec/DNAMP1/Tweaks/CTweakPlayerGun.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef _DNAMP1_CTWEAKPLAYERGUN_HPP_
|
||||
#define _DNAMP1_CTWEAKPLAYERGUN_HPP_
|
||||
|
||||
#include "../../DNACommon/Tweaks/ITweakPlayerGun.hpp"
|
||||
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNAMP1
|
||||
{
|
||||
|
||||
struct CTweakPlayerGun : ITweakPlayerGun
|
||||
{
|
||||
DECL_YAML
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // _DNAMP1_CTWEAKPLAYERGUN_HPP_
|
||||
Reference in New Issue
Block a user