raze/source/common/platform/posix
2023-12-10 13:30:50 +01:00
..
cocoa GetChars in non-windows code. 2023-12-05 22:39:26 +01:00
osx GetChars in non-windows code. 2023-12-05 22:39:26 +01:00
sdl backend update from GZDoom. 2023-12-10 13:30:50 +01:00
unix GetChars in non-windows code. 2023-12-05 22:39:26 +01:00
dikeys.h - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02:00
hardware.h - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02:00
i_system.h - un-deprecated the integer MSTime variant. 2022-10-09 13:47:55 +02:00
i_system_posix.cpp - move posix I_GetGogPaths() stub to program specific code 2022-11-24 17:46:33 -05:00
readme.md - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02:00

This directory contains files required to support POSIX-compatible OSes, like GNU/Linux, OS X or BSD.

Common files are placed in this directory directly.
SDL backend files are in sdl subdirectory.
Native OS X backend files are in cocoa subdirectory.
Shared files for both OS X backends are in osx subdirectory.