wut/tools/readrpl/generate_exports_def.h

9 lines
192 B
C
Raw Normal View History

#pragma once
#include "readrpl.h"
#include <string>
bool
generateExportsDef(const Rpl &rpl,
const std::string &rplName,
const std::string &outFileName);