HLE_OS: Fix missing-declarations warnings

This commit is contained in:
Sepalani 2017-06-06 04:23:54 +01:00
parent 4c8f8c011e
commit 190f7cbc4f
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ enum class ParameterType : bool
std::string GetStringVA(u32 str_reg = 3,
ParameterType parameter_type = ParameterType::ParameterList);
void HLE_GeneralDebugPrint(ParameterType parameter_type);
void HLE_LogDPrint(ParameterType parameter_type);
void HLE_LogFPrint(ParameterType parameter_type);
void HLE_OSPanic()
{