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