9 lines
177 B
C
9 lines
177 B
C
#ifndef PIRC_GENERATOR_H
|
|
#define PIRC_GENERATOR_H
|
|
|
|
#include "parser.h"
|
|
|
|
bool generate(PIFile & file, const PIVector<ParserSection> & files);
|
|
|
|
#endif // PIRC_GENERATOR_H
|