raze/source/common/platform/posix
Christoph Oelckers 49e0c461c2 - Backend update from GZDoom.
This is mainly bringing the GLES backend up to date.
2021-10-07 22:46:45 +02:00
..
cocoa - Backend update from GZDoom - mainly for GLES2 support. 2021-09-18 12:20:28 +02:00
osx - backend update from GZDoom. 2021-03-13 01:21:38 +01:00
sdl - Backend update from GZDoom. 2021-10-07 22:46:45 +02:00
unix - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02: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 - Backend update from GZDoom. 2021-10-07 22:46:45 +02:00
i_system_posix.cpp - Backend update from GZDoom. 2021-10-07 22:46:45 +02: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.