update project includes format

This commit is contained in:
MihailRis
2024-08-10 01:37:48 +03:00
parent 6c4fb417c5
commit f43cc93cd2
233 changed files with 1028 additions and 1028 deletions
+4 -4
View File
@@ -5,10 +5,10 @@
#include <stdexcept>
#include <utility>
#include <files/engine_paths.hpp>
#include <files/files.hpp>
#include <typedefs.hpp>
#include <util/stringutil.hpp>
#include "files/engine_paths.hpp"
#include "files/files.hpp"
#include "typedefs.hpp"
#include "util/stringutil.hpp"
namespace fs = std::filesystem;
+1 -1
View File
@@ -2,7 +2,7 @@
#include <stdexcept>
#include <data/dynamic.hpp>
#include "data/dynamic.hpp"
#include "byte_utils.hpp"
#include "gzip.hpp"
+1 -1
View File
@@ -4,7 +4,7 @@
#include <memory>
#include <vector>
#include <data/dynamic_fwd.hpp>
#include "data/dynamic_fwd.hpp"
namespace dynamic {
class Map;
+1 -1
View File
@@ -4,7 +4,7 @@
#include <string>
#include <vector>
#include <typedefs.hpp>
#include "typedefs.hpp"
/* byteorder: little-endian */
class ByteBuilder {
+1 -1
View File
@@ -5,7 +5,7 @@
#include <sstream>
#include <stdexcept>
#include <util/stringutil.hpp>
#include "util/stringutil.hpp"
inline double power(double base, int64_t power) {
double result = 1.0;
+2 -2
View File
@@ -4,8 +4,8 @@
#include <stdexcept>
#include <string>
#include <data/dynamic.hpp>
#include <typedefs.hpp>
#include "data/dynamic.hpp"
#include "typedefs.hpp"
inline int is_box(int c) {
switch (c) {
+1 -1
View File
@@ -3,7 +3,7 @@
#include <vector>
#include <typedefs.hpp>
#include "typedefs.hpp"
namespace gzip {
const unsigned char MAGIC[] = "\x1F\x8B";
+1 -1
View File
@@ -4,7 +4,7 @@
#include <functional>
#include <unordered_map>
#include <graphics/core/ImageData.hpp>
#include "graphics/core/ImageData.hpp"
#include "png.hpp"
namespace fs = std::filesystem;
+2 -2
View File
@@ -6,8 +6,8 @@
#include <memory>
#include <sstream>
#include <data/dynamic.hpp>
#include <util/stringutil.hpp>
#include "data/dynamic.hpp"
#include "util/stringutil.hpp"
#include "commons.hpp"
using namespace json;
+2 -2
View File
@@ -3,8 +3,8 @@
#include <string>
#include <data/dynamic.hpp>
#include <typedefs.hpp>
#include "data/dynamic.hpp"
#include "typedefs.hpp"
#include "binary_json.hpp"
namespace json {
+1 -1
View File
@@ -1,6 +1,6 @@
#include "obj.hpp"
#include <graphics/core/Model.hpp>
#include "graphics/core/Model.hpp"
#include "commons.hpp"
using namespace model;
+3 -3
View File
@@ -5,9 +5,9 @@
#include <string>
#include <audio/audio.hpp>
#include <debug/Logger.hpp>
#include <typedefs.hpp>
#include "audio/audio.hpp"
#include "debug/Logger.hpp"
#include "typedefs.hpp"
static debug::Logger logger("ogg");
+4 -4
View File
@@ -4,10 +4,10 @@
#include <iostream>
#include <debug/Logger.hpp>
#include <files/files.hpp>
#include <graphics/core/GLTexture.hpp>
#include <graphics/core/ImageData.hpp>
#include "debug/Logger.hpp"
#include "files/files.hpp"
#include "graphics/core/GLTexture.hpp"
#include "graphics/core/ImageData.hpp"
static debug::Logger logger("png-coder");
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef CODERS_RLE_HPP_
#define CODERS_RLE_HPP_
#include <typedefs.hpp>
#include "typedefs.hpp"
namespace rle {
size_t encode(const ubyte* src, size_t length, ubyte* dst);
+4 -4
View File
@@ -6,10 +6,10 @@
#include <iomanip>
#include <sstream>
#include <data/dynamic.hpp>
#include <data/setting.hpp>
#include <files/settings_io.hpp>
#include <util/stringutil.hpp>
#include "data/dynamic.hpp"
#include "data/setting.hpp"
#include "files/settings_io.hpp"
#include "util/stringutil.hpp"
#include "commons.hpp"
using namespace toml;
+1 -1
View File
@@ -3,7 +3,7 @@
#include <string>
#include <data/dynamic.hpp>
#include "data/dynamic.hpp"
class SettingsHandler;
+2 -2
View File
@@ -6,8 +6,8 @@
#include <string>
#include <vector>
#include <audio/audio.hpp>
#include <debug/Logger.hpp>
#include "audio/audio.hpp"
#include "debug/Logger.hpp"
namespace fs = std::filesystem;
+1 -1
View File
@@ -5,7 +5,7 @@
#include <stdexcept>
#include <utility>
#include <util/stringutil.hpp>
#include "util/stringutil.hpp"
using namespace xml;