mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
feat: 提前为更新json库做好准备()
This commit is contained in:
@@ -15,11 +15,6 @@
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
|
||||
namespace json
|
||||
{
|
||||
class value;
|
||||
}
|
||||
|
||||
namespace asst
|
||||
{
|
||||
constexpr double DoubleDiff = 1e-12;
|
||||
|
||||
@@ -5,10 +5,7 @@
|
||||
#include <future>
|
||||
#include <mutex>
|
||||
|
||||
namespace json
|
||||
{
|
||||
class value;
|
||||
}
|
||||
#include <meojson/json.hpp>
|
||||
|
||||
namespace asst
|
||||
{
|
||||
|
||||
@@ -4,10 +4,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace json
|
||||
{
|
||||
class value;
|
||||
}
|
||||
#include <meojson/json.hpp>
|
||||
|
||||
namespace asst
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user