#pragma once #include "Parser.h" class MasterServerParser : public Parser { public: MasterServerParser(void); ~MasterServerParser(void); public: virtual BOOL Load( TCHAR* pszFileName ); };