Files
BlitzNext/linker/dlltoexe.h
T
blitz-research 08a613ed0e Initial commit.
2014-01-31 08:23:00 +13: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