mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-26 19:41:43 +00:00
chore: small code adjustments for generation code in zcg
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
class CodeTemplateFile
|
||||
{
|
||||
public:
|
||||
std::string m_file_name;
|
||||
int m_tag;
|
||||
|
||||
CodeTemplateFile(std::string fileName, const int tag)
|
||||
: m_file_name(std::move(fileName)),
|
||||
m_tag(tag)
|
||||
{
|
||||
}
|
||||
|
||||
std::string m_file_name;
|
||||
int m_tag;
|
||||
};
|
||||
|
||||
class ICodeTemplate
|
||||
|
||||
Reference in New Issue
Block a user