Files
BlitzNext/Linker/lib/dlltoexe.hpp
T

7 lines
125 B
C++
Raw Normal View History

2014-01-31 08:23:00 +13:00
#ifndef DLLTOEXE_H
#define DLLTOEXE_H
2019-01-18 17:03:57 +01:00
bool dllToExe(const char* exe_file, const char* dll_file, const char* entry);
2014-01-31 08:23:00 +13:00
#endif