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

@ -64,7 +64,7 @@ public:
};
#elif defined __LINUX__
#include "OpenGLX_Hook.h"
#include "linux/OpenGLX_Hook.h"
class Renderer_Detector
{