mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-05 00:07:25 +00:00
Add file inclusion for ZCG cpp
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "CommandsLexer.h"
|
||||
|
||||
CommandsLexer::CommandsLexer(IParserLineStream* stream)
|
||||
: AbstractLexer(stream)
|
||||
{
|
||||
}
|
||||
|
||||
CommandsParserValue CommandsLexer::GetNextToken()
|
||||
{
|
||||
return CommandsParserValue::Invalid(TokenPos());
|
||||
}
|
Reference in New Issue
Block a user