mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:30:05 +00:00
19 lines
252 B
C++
19 lines
252 B
C++
#pragma once
|
|
|
|
#include <boost/json/value.hpp>
|
|
|
|
namespace scwx
|
|
{
|
|
namespace qt
|
|
{
|
|
namespace util
|
|
{
|
|
namespace json
|
|
{
|
|
|
|
boost::json::value ReadJsonQFile(const std::string& path);
|
|
|
|
} // namespace json
|
|
} // namespace util
|
|
} // namespace qt
|
|
} // namespace scwx
|