metaforce/Runtime/Weapon/CIceBeam.hpp

16 lines
182 B
C++
Raw Normal View History

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