mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:20:06 +00:00
AR2V file should be in wsr88d, not in RPG subdirectory
This commit is contained in:
parent
85ccd25705
commit
f36d57b71d
6 changed files with 21 additions and 24 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include <scwx/wsr88d/rpg/ar2v_file.hpp>
|
||||
#include <scwx/wsr88d/ar2v_file.hpp>
|
||||
#include <scwx/wsr88d/rda/message_header.hpp>
|
||||
#include <scwx/util/rangebuf.hpp>
|
||||
|
||||
|
|
@ -20,10 +20,8 @@ namespace scwx
|
|||
{
|
||||
namespace wsr88d
|
||||
{
|
||||
namespace rpg
|
||||
{
|
||||
|
||||
static const std::string logPrefix_ = "[scwx::wsr88d::rpg::ar2v_file] ";
|
||||
static const std::string logPrefix_ = "[scwx::wsr88d::ar2v_file] ";
|
||||
|
||||
class Ar2vFileImpl
|
||||
{
|
||||
|
|
@ -215,6 +213,5 @@ void Ar2vFileImpl::ParseLDMRecords()
|
|||
}
|
||||
}
|
||||
|
||||
} // namespace rpg
|
||||
} // namespace wsr88d
|
||||
} // namespace scwx
|
||||
Loading…
Add table
Add a link
Reference in a new issue