vkdoom_m/src/common/platform/posix
2023-12-28 02:51:20 +01:00
..
cocoa Create initial error and netstart windows 2023-12-28 02:51:20 +01:00
osx fix GetChars in linux/macOS 2023-10-08 07:31:59 +02:00
sdl Create initial error and netstart windows 2023-12-28 02:51:20 +01:00
unix Merge remote-tracking branch 'gzdoom/master' into merge-gzdoom 2023-10-19 21:05:17 +02:00
dikeys.h
hardware.h
i_system.h Fix compilation on POSIX (Linux/macOS) systems 2022-10-02 22:04:40 +02:00
i_system_posix.cpp - move posix I_GetGogPaths() stub to program-specific code for use later 2022-11-24 17:40:26 -05:00
readme.md

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.