mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 04:27:42 +00:00
Move weapon code to RuntimeWeapon
This commit is contained in:
17
Runtime/Weapon/CAuxWeapon.hpp
Normal file
17
Runtime/Weapon/CAuxWeapon.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __URDE_CAUXWEAPON_HPP__
|
||||
#define __URDE_CAUXWEAPON_HPP__
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CAuxWeapon
|
||||
{
|
||||
public:
|
||||
CAuxWeapon(TUniqueId id);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CAUXWEAPON_HPP__
|
||||
Reference in New Issue
Block a user