#include <Core/Core.hpp>
#include <Core/Version.hpp>
#include <Logger/Logger.hpp>
#include <memory>
#include <cpr/cpr.h>
#include <nlohmann/json.hpp>
Go to the source code of this file.
◆ ASSIGN_IF
#define ASSIGN_IF |
( |
|
var, |
|
|
|
field, |
|
|
|
json_type |
|
) |
| |
Value: if (!obj[field].is_null() &&
CC(obj[field].is_, json_type)()) \
(var) = obj[field].get<decltype(var)>();
◆ CC
#define CC |
( |
|
a, |
|
|
|
b |
|
) |
| CC1(a, b) |
◆ CC1
#define CC1 |
( |
|
a, |
|
|
|
b |
|
) |
| a##b |
◆ ENIGMA_NETWORKING_CHECK_FOR_UPDATES_H
#define ENIGMA_NETWORKING_CHECK_FOR_UPDATES_H |