mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-14 00:31:50 +01:00
9 lines
192 B
C++
9 lines
192 B
C++
#pragma once
|
|
#include "readrpl.h"
|
|
#include <string>
|
|
|
|
bool
|
|
generateExportsDef(const Rpl &rpl,
|
|
const std::string &rplName,
|
|
const std::string &outFileName);
|