SilentPatch/SilentPatch/Common.h

11 lines
No EOL
212 B
C++

#pragma once
namespace Common
{
namespace Patches
{
void III_VC_DelayedCommon( bool hasDebugMenu, const wchar_t* iniPath );
void III_VC_Common();
void III_VC_SetDelayedPatchesFunc( void(*func)() );
}
};