CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CYBWin32SystemImplementation.hpp
Go to the documentation of this file.
1 #pragma once
3 
4 #include "CYBWin32Syscalls.hpp"
5 #include "CYBWin32Thread.hpp"
6 #include "CYBWin32Process.hpp"
8 #include "CYBWin32Mutex.hpp"
9 #include "CYBWin32Semaphore.hpp"
10 #include "CYBWin32Path.hpp"
11 #include "CYBWin32File.hpp"
Defines the Win32 implementation for CYB::Platform::System::File.
Defines the Win32 implementation for CYB::Platform::System::Path.
Defines the Win32 implementation for CYB::Platform::System::Mutex.
Contains the Win32 VirtualMemory implementation.
Implements CYB::Platform::System::Thread for Win32.
Defines the Win32 implementation for CYB::Platform::System::Process.
Defines the Win32 implementation for CYB::Platform::System::File.
Contains the Win32 Sys implementation.