mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-01-04 02:03:02 +05:00
11 lines
No EOL
212 B
C++
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)() );
|
|
}
|
|
}; |