|
|
|
@ -516,7 +516,11 @@ private:
|
|
|
|
|
bool IParseStateDesc(const plFileName& fileName, hsStream* stream, char token[], |
|
|
|
|
plStateDescriptor*& curDesc) const; |
|
|
|
|
|
|
|
|
|
void DebugMsg(const plString& msg) const; |
|
|
|
|
|
|
|
|
|
hsDeprecated("plSDLParser::DebugMsg with format is deprecated -- use plFormat instead") |
|
|
|
|
void DebugMsg(const char* fmt, ...) const; |
|
|
|
|
hsDeprecated("plSDLParser::DebugMsgV is deprecated -- use plFormat instead") |
|
|
|
|
void DebugMsgV(const char* fmt, va_list args) const; |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|