Added some missing standard library header delcarations!
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
#include "../../log.hpp"
|
||||
|
||||
#include <format>
|
||||
#include <ranges>
|
||||
|
||||
using namespace tinyxml2;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "area.hpp"
|
||||
|
||||
#include "../../log.hpp"
|
||||
#include <format>
|
||||
|
||||
#include "util.hpp"
|
||||
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
#include "../../util/preferences.hpp"
|
||||
#include "util.hpp"
|
||||
|
||||
#include <format>
|
||||
|
||||
using namespace tinyxml2;
|
||||
using namespace game::util;
|
||||
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
#include "../../util/preferences.hpp"
|
||||
#include "util.hpp"
|
||||
|
||||
#include <format>
|
||||
|
||||
using namespace tinyxml2;
|
||||
using namespace game::util;
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
#include "../../log.hpp"
|
||||
|
||||
#include <format>
|
||||
|
||||
using namespace tinyxml2;
|
||||
using namespace game::util;
|
||||
|
||||
@@ -49,4 +51,4 @@ namespace game::resource::xml
|
||||
}
|
||||
|
||||
bool Cursor::is_valid() const { return isValid; };
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
#include "../../log.hpp"
|
||||
#include "../../util/math.hpp"
|
||||
|
||||
#include <format>
|
||||
|
||||
using namespace tinyxml2;
|
||||
using namespace game::util;
|
||||
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
|
||||
#include "../../log.hpp"
|
||||
|
||||
#include <format>
|
||||
|
||||
#include "util.hpp"
|
||||
|
||||
using namespace tinyxml2;
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
#include "../../log.hpp"
|
||||
|
||||
#include <format>
|
||||
|
||||
#include "util.hpp"
|
||||
|
||||
using namespace tinyxml2;
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
#include "../../log.hpp"
|
||||
#include "util.hpp"
|
||||
|
||||
#include <format>
|
||||
|
||||
using namespace tinyxml2;
|
||||
using namespace game::util;
|
||||
|
||||
@@ -64,4 +66,4 @@ namespace game::resource::xml
|
||||
}
|
||||
|
||||
bool Play::is_valid() const { return isValid; };
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
|
||||
#include "../../log.hpp"
|
||||
|
||||
#include <format>
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
#include "../../util/web_filesystem.hpp"
|
||||
#endif
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
|
||||
#include "../../log.hpp"
|
||||
|
||||
#include <format>
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
#include "../../util/web_filesystem.hpp"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user