mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-16 23:53:28 +00:00
18 lines
172 B
C++
18 lines
172 B
C++
#ifndef __URDE_CWEAPONMGR_HPP__
|
|
#define __URDE_CWEAPONMGR_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
|
|
enum class EWeaponType
|
|
{
|
|
};
|
|
|
|
class CWeaponMgr
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __URDE_CWEAPONMGR_HPP__
|