mirror of
				https://github.com/AxioDL/metaforce.git
				synced 2025-10-27 15:30:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			283 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			283 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef __URDE_CPOWERBEAM_HPP__
 | |
| #define __URDE_CPOWERBEAM_HPP__
 | |
| 
 | |
| #include "CGunWeapon.hpp"
 | |
| 
 | |
| namespace urde
 | |
| {
 | |
| 
 | |
| class CPowerBeam : public CGunWeapon
 | |
| {
 | |
| public:
 | |
|     CPowerBeam(u32, EWeaponType, TUniqueId, EMaterialTypes, const zeus::CVector3f&);
 | |
| };
 | |
| 
 | |
| }
 | |
| 
 | |
| #endif // __URDE_CPOWERBEAM_HPP__
 |