format: reformat project

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
Vyacheslav Ivanov
2024-08-03 19:53:48 +03:00
committed by Pugemon
parent 736cd175d5
commit bbf33e8e4d
202 changed files with 7389 additions and 5609 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
#ifndef ASSETS_ASSET_LOADERS_HPP_
#define ASSETS_ASSET_LOADERS_HPP_
#include "Assets.hpp"
#include <string>
#include <memory>
#include <string>
#include "Assets.hpp"
class ResPaths;
class Assets;
@@ -30,7 +30,7 @@ namespace assetload {
);
postfunc atlas(
AssetsLoader*,
const ResPaths* paths,
const ResPaths* paths,
const std::string& directory,
const std::string& name,
const std::shared_ptr<AssetCfg>& settings
@@ -65,4 +65,4 @@ namespace assetload {
);
}
#endif // ASSETS_ASSET_LOADERS_HPP_
#endif // ASSETS_ASSET_LOADERS_HPP_