feat: projects & replace builtins.list with 'base_packs' project property

This commit is contained in:
MihailRis
2025-04-22 21:46:10 +03:00
parent 1bdb5c3145
commit 6164374666
10 changed files with 89 additions and 14 deletions
+5 -1
View File
@@ -11,6 +11,7 @@ class Content;
class PacksManager;
class EnginePaths;
class Input;
struct Project;
namespace io {
class path;
@@ -19,7 +20,10 @@ namespace io {
class ContentControl {
public:
ContentControl(
EnginePaths& paths, Input& input, std::function<void()> postContent
const Project& project,
EnginePaths& paths,
Input& input,
std::function<void()> postContent
);
~ContentControl();