generator.h 278 B

123456789101112
  1. 
  2. #ifndef DSR_BUILDER_GENERATOR_MODULE
  3. #define DSR_BUILDER_GENERATOR_MODULE
  4. #include "../../../DFPSR/api/fileAPI.h"
  5. #include "builderTypes.h"
  6. using namespace dsr;
  7. void generateCompilationScript(SessionContext &output, const ReadableString &scriptPath);
  8. #endif