metaforce/Runtime/Weapon/CPhazonBeam.hpp

16 lines
194 B
C++
Raw Normal View History

#ifndef __URDE_CPHAZONBEAM_HPP__
#define __URDE_CPHAZONBEAM_HPP__
#include "CGunWeapon.hpp"
namespace urde
{
class CPhazonBeam : public CGunWeapon
{
};
}
#endif // __URDE_CPHAZONBEAM_HPP__