mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:20:05 +00:00
Rename rpg_types to wsr88d_types, common between level 2 and level 3
This commit is contained in:
parent
3a607cc1fe
commit
0e031e3b69
4 changed files with 6 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <scwx/awips/message.hpp>
|
||||
#include <scwx/wsr88d/rpg/rpg_types.hpp>
|
||||
#include <scwx/wsr88d/wsr88d_types.hpp>
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@ namespace scwx
|
|||
{
|
||||
namespace wsr88d
|
||||
{
|
||||
namespace rpg
|
||||
{
|
||||
|
||||
enum class DataLevelCode
|
||||
{
|
||||
|
|
@ -58,6 +56,5 @@ enum class DataLevelCode
|
|||
const std::string& GetDataLevelCodeName(DataLevelCode dataLevelCode);
|
||||
const std::string& GetDataLevelCodeShortName(DataLevelCode dataLevelCode);
|
||||
|
||||
} // namespace rpg
|
||||
} // namespace wsr88d
|
||||
} // namespace scwx
|
||||
Loading…
Add table
Add a link
Reference in a new issue