9 namespace Implementation {};
15 #ifdef TARGET_OS_WINDOWS
18 #include "Posix/CYBPosixSystemImplementation.hpp"
22 #include "OSX/CYBOSXSystemImplementation.hpp"
25 #ifdef TARGET_OS_LINUX
26 #include "Linux/CYBLinuxSystemImplementation.hpp"
Contains the platform memory manager functions.
Defines the System Call interface.
Defines the platform process interface.
Defines the stdout interface.
Contains the platform thread definition.
Defines the filesystem interface.
Contains the definition for an process unique, fast thread safety mechanism.
Defines the Path interface.
Contains the declaration of CYB::Platform::System::Semaphore.
Include implementation headers of CYB::Platform::System for Win32.