Updated S++ and added tool script for creating new header & source files.
This commit is contained in:
10
tools/templates/source.cpp.jinja
Normal file
10
tools/templates/source.cpp.jinja
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
{%- if header_path is not none %}
|
||||
#include "{{header_path}}"
|
||||
{%- endif %}
|
||||
|
||||
namespace {{namespace}}
|
||||
{{ "{" }}
|
||||
|
||||
{{ "}" }} // namespace {{namespace}}
|
||||
|
||||
Reference in New Issue
Block a user