#pragma once #include "Lexer.h" enum { /// °ÔÀÓÆÄÀÏÀ» ÀÐÀ»¶§ »ç¿ëÇÒ ÅäÅ«.. eTOKEN_JOBINFO = 100, eTOKEN_JOBTREE, eTOKEN_HAIR, eTOKEN_HAIRCOLOR, }; class cGameFileLexer : public cLexer { public: cGameFileLexer( const char* pbuffer, unsigned int size ); };