-
Notifications
You must be signed in to change notification settings - Fork 2
Common: CrossPlatform.hpp
Alanzote edited this page Dec 24, 2018
·
2 revisions
The Cross Platform header located in the Common folder contains basic cross-platform headers that are used by several other source and header files. In the case any code requires the use of WinSock2.h
, sys/socket.h
, unistd.h
, cstdint.h
, ws2tcpip.h
or windows.h
, make sure to include this header instead of a direct include to any of this files. It is also required the usage of #if in the case of platform specific code (defines included with Platformident.hpp, also located on Common folder).
- Home
- Common
- Data Types
- Enums
- Entity
- Components
- Interface
- GameObject.hpp
- Components
- File Types
- Game Cache
- Interface
- BehaviorParameter.hpp