Files
2019-01-19 18:29:24 +01:00

3 lines
91 B
C++

#pragma once
bool dllToExe(const char* exe_file, const char* dll_file, const char* entry);