Fixed + enabled all compiler warnings
This commit is contained in:
parent
6b90c9f76a
commit
c68c039c70
16 changed files with 72 additions and 22 deletions
|
@ -89,7 +89,7 @@ int main()
|
|||
|
||||
std::thread inputThread(checkForQuit);
|
||||
|
||||
if (!LibHarmonyLink::HarmonyLink_Init())
|
||||
if (!LibHarmonyLink::HL_Init())
|
||||
{
|
||||
printf("Failed to Initialize HarmonyLink!");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue