2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 14:31:22 +00:00
metaforce/Runtime/World/CAuxWeapon.hpp
2016-08-14 11:11:44 -10:00

18 lines
208 B
C++

#ifndef __URDE_CAUXWEAPON_HPP__
#define __URDE_CAUXWEAPON_HPP__
#include "RetroTypes.hpp"
namespace urde
{
class CAuxWeapon
{
public:
CAuxWeapon(TUniqueId id);
};
}
#endif // __URDE_CAUXWEAPON_HPP__