--- a/src/Parser.h Mon Mar 03 01:04:16 2014 +0200 +++ b/src/Parser.h Mon Mar 03 01:47:39 2014 +0200 @@ -224,6 +224,8 @@ int m_highestStateVarIndex; int m_numWrittenBytes; List<ScopeInfo> m_scopeStack; + int m_zandronumVersion; + bool m_defaultZandronumVersion; DataBuffer* currentBuffer(); void parseStateBlock(); @@ -246,6 +248,7 @@ void parseLabel(); void parseEventdef(); void parseFuncdef(); + void parseUsing(); void writeMemberBuffers(); void writeStringTable(); DataBuffer* parseExpression (DataType reqtype, bool fromhere = false);