mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Move weapon code to RuntimeWeapon
This commit is contained in:
15
Runtime/Weapon/CPowerBeam.hpp
Normal file
15
Runtime/Weapon/CPowerBeam.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __URDE_CPOWERBEAM_HPP__
|
||||
#define __URDE_CPOWERBEAM_HPP__
|
||||
|
||||
#include "CGunWeapon.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CPowerBeam : public CGunWeapon
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CPOWERBEAM_HPP__
|
||||
Reference in New Issue
Block a user