Moved every platform specific code to their own folder

This commit is contained in:
Nemirtingas 2019-09-01 20:48:27 +02:00
parent dd13377be7
commit 1785ae6eaf
37 changed files with 9 additions and 1460 deletions

View file

@ -39,7 +39,7 @@ void Base_Hook::UnhookAll()
}
#else
#include "Linux_Detour.h"
#include "linux/Linux_Detour.h"
void Base_Hook::BeginHook()
{