2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-26 22:31:50 +00:00

Add raw templater

This commit is contained in:
Jan
2022-09-05 23:25:11 +02:00
parent 4ef38264c8
commit 1464329245
21 changed files with 996 additions and 7 deletions

View File

@ -61,5 +61,5 @@ bool ParserSingleInputStream::IsOpen() const
bool ParserSingleInputStream::Eof() const
{
return !m_stream.eof();
return m_stream.eof();
}