git-svn-id: svn://db.shs.com.ru/pip@557 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-11-20 19:53:28 +00:00
parent a3d9dce7c5
commit fde7d7bc80
9 changed files with 240 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
#ifndef PIRC_GENERATOR_H
#define PIRC_GENERATOR_H
#include "parser.h"
bool generate(PIFile & file, const PIVector<ParserSection> & files);
#endif // PIRC_GENERATOR_H