X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FParser.h;h=a1c98c83f188a9b5c19c9e20803adc91ec43d5a5;hb=e8283bf94624b2f184d50dc1401bf45225c529d6;hp=963c37710a5fad58e3bd4bf2fb085888b745317a;hpb=3a30342daecdb9ee050ab20fcb50819a599d6343;p=l2e.git diff --git a/src/loader/Parser.h b/src/loader/Parser.h index 963c377..a1c98c8 100644 --- a/src/loader/Parser.h +++ b/src/loader/Parser.h @@ -1,15 +1,15 @@ -/* - * Parser.h - * - * Created on: Aug 26, 2012 - * Author: holy - */ - #ifndef LOADER_PARSER_H_ #define LOADER_PARSER_H_ -#include "fwd.h" -#include "ParsedSource.h" +namespace loader { + class Definition; + class Declaration; + class Literal; + class ParsedSource; + class PropertyList; + class Value; +} + #include "Tokenizer.h" #include @@ -83,4 +83,4 @@ private: } -#endif /* LOADER_PARSER_H_ */ +#endif