mirror of
				https://github.com/AxioDL/metaforce.git
				synced 2025-10-27 15:30:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			182 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			182 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef __URDE_CICEBEAM_HPP__
 | |
| #define __URDE_CICEBEAM_HPP__
 | |
| 
 | |
| #include "CGunWeapon.hpp"
 | |
| 
 | |
| namespace urde
 | |
| {
 | |
| 
 | |
| class CIceBeam : public CGunWeapon
 | |
| {
 | |
| };
 | |
| 
 | |
| }
 | |
| 
 | |
| #endif // __URDE_CICEBEAM_HPP__
 |