vkdoom_m/src/common/platform/posix
2022-08-17 16:32:09 -04:00
..
cocoa - use char* get_current_dir_name() in Mac/Linux to save the cwd in the shell open function 2022-08-17 16:32:09 -04:00
osx - whitespace cleanup, updated from Raze. 2022-01-02 12:23:42 +01:00
sdl - use char* get_current_dir_name() in Mac/Linux to save the cwd in the shell open function 2022-08-17 16:32:09 -04:00
unix
dikeys.h
hardware.h
i_system.h - do not use POSIX directory functions in common code. 2022-08-17 10:02:25 +02:00
i_system_posix.cpp Added detection for IWADs downloaded via the Bethesda.net Launcher 2021-09-20 10:50:19 -04: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.