IndieGame/config/Table/Tools/Luban/Templates/cpp-rawptr-bin/schema_h.sbn

22 lines
382 B
Plaintext
Raw Normal View History

2024-10-11 10:12:15 +08:00
#pragma once
#include <functional>
#include <algorithm>
#include "CfgBean.h"
{{namespace_with_grace_begin __top_module}}
{{__enum_codes~}}
{{~for b in __beans~}}
{{namespace_with_grace_begin b.namespace}} struct {{b.name}}; {{namespace_with_grace_end b.namespace}}
{{~end~}}
{{~__bean_codes~}}
{{~__table_codes~}}
{{__tables_code}}
{{namespace_with_grace_end __top_module}}