SilentPatch/SilentPatch/Common.h

18 lines
375 B
C
Raw Normal View History

2017-09-19 01:13:02 +05:00
#pragma once
#include <cstdint>
namespace ExtraCompSpecularity
{
void ReadExtraCompSpecularityExceptions(const wchar_t* pPath);
bool SpecularityExcluded(int32_t modelID);
}
2017-09-19 01:13:02 +05:00
namespace Common
{
namespace Patches
{
void III_VC_DelayedCommon( bool hasDebugMenu, const wchar_t* iniPath );
void III_VC_Common();
void III_VC_SetDelayedPatchesFunc( void(*func)() );
2017-09-19 01:13:02 +05:00
}
};