Files
BlitzNext/Linker/lib/dlltoexe.hpp
T
Michael Fabian 'Xaymar' Dirks 717609a900 linker: CMake-ify
2019-01-18 15:54:29 +01:00

7 lines
125 B
C++

#ifndef DLLTOEXE_H
#define DLLTOEXE_H
bool dllToExe( const char *exe_file,const char *dll_file,const char *entry );
#endif