git-svn-id: svn://ultimatepp.org/upp/trunk@8281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-03-18 15:04:33 +00:00
parent 6b1c612617
commit 347df62b56
3 changed files with 19 additions and 8 deletions

View file

@ -48,6 +48,8 @@ struct Cpp {
void Include(const char *s);
String GetIncludePath(const char *s);
void Parse();
void Do(Stream& in, Index<String>& header);
void DoCpp(Stream& in, Index<String>& header);