1 #ifndef ProjectFileKeywords_HPP
2 #define ProjectFileKeywords_HPP
3
4
5
6 #include <sng2html/sng2html/TokenValueParsers.hpp>
7 #include <soulng/lexer/Keyword.hpp>
8
9 namespace ProjectFileKeywords
10 {
11 using namespace soulng::lexer;
12
13 KeywordMap* GetKeywordMap();
14 }
15 #endif