релиз

This commit is contained in:
2024-12-10 17:38:20 +03:00
commit 6e7ebd4027
12 changed files with 189 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef {{ project_name | replace(" ", "_") | upper }}_H
#define {{ project_name | replace(" ", "_") | upper }}_H
namespace {{ namespace }} {
void func();
}
#endif //{{ project_name | replace(" ", "_") | upper }}_H