mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-02 00:13:33 +00:00
18 lines
217 B
C++
18 lines
217 B
C++
#ifndef __URDE_CAUXWEAPON_HPP__
|
|
#define __URDE_CAUXWEAPON_HPP__
|
|
|
|
#include "RetroTypes.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CAuxWeapon
|
|
{
|
|
public:
|
|
explicit CAuxWeapon(TUniqueId id);
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __URDE_CAUXWEAPON_HPP__
|