mirror of https://github.com/AxioDL/metaforce.git
16 lines
190 B
C++
16 lines
190 B
C++
|
#ifndef __URDE_CPOWERBEAM_HPP__
|
||
|
#define __URDE_CPOWERBEAM_HPP__
|
||
|
|
||
|
#include "CGunWeapon.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
class CPowerBeam : public CGunWeapon
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __URDE_CPOWERBEAM_HPP__
|