mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 06:31:21 +00:00
18 lines
208 B
C++
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__
|