Updated S++ and added tool script for creating new header & source files.

This commit is contained in:
2025-06-19 13:34:38 +02:00
parent b3a0e68100
commit 3c7770a2a4
7 changed files with 329 additions and 66 deletions

View File

@@ -0,0 +1,10 @@
{%- if header_path is not none %}
#include "{{header_path}}"
{%- endif %}
namespace {{namespace}}
{{ "{" }}
{{ "}" }} // namespace {{namespace}}