SilentPatch/SilentPatch/Common.h

10 lines
138 B
C
Raw Normal View History

2017-09-19 01:13:02 +05:00
#pragma once
namespace Common
{
namespace Patches
{
void III_VC_Common();
void III_VC_SetDelayedPatchesFunc( void(*func)() );
2017-09-19 01:13:02 +05:00
}
};