This commit is contained in:
Your Name
2025-04-21 11:47:07 +12:00
parent 0eacb838ce
commit a718f23375
11 changed files with 235 additions and 10 deletions

View File

@ -5,6 +5,8 @@
#include <string>
#include <algorithm>
namespace dropshell {
template_manager::template_manager() {
// Constructor implementation
}
@ -74,3 +76,4 @@ bool template_manager::get_template_info(const std::string& name, template_info&
return false;
}
} // namespace dropshell