3 lines
91 B
C++
3 lines
91 B
C++
#pragma once
|
|
bool dllToExe(const char* exe_file, const char* dll_file, const char* entry);
|