mirror of https://github.com/AxioDL/metaforce.git
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__
|