layout test

This commit is contained in:
MihailRis
2024-02-09 10:34:34 +03:00
parent 07adbd04ea
commit 9ad371862c
8 changed files with 41 additions and 14 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const short ASSET_LAYOUT = 5;
class ResPaths;
class Assets;
typedef std::function<bool(Assets*, const ResPaths*, const std::string&, const std::string&)> aloader_func;
using aloader_func = std::function<bool(Assets*, const ResPaths*, const std::string&, const std::string&)>;
struct aloader_entry {
int tag;