qzdoom/src/posix
alexey.lysiuk bd3fd22ac9 Do not use unicode characters in macOS console window
The same characters as in stdout are now used to draw bars in console window on macOS
All messages are treated as in ISO Latin 1 encoding and bars looked like garbage output
2016-07-30 16:21:48 +03:00
..
cocoa Do not use unicode characters in macOS console window 2016-07-30 16:21:48 +03:00
osx Separated POSIX's i_system.cpp from native OS X implementation 2015-12-29 14:52:18 +02:00
sdl - removed STACK_ARGS. 2016-04-11 10:46:30 +02:00
dikeys.h
hardware.h
i_cd.cpp
i_input.h
i_movie.cpp
i_steam.cpp
i_system.h - removed STACK_ARGS. 2016-04-11 10:46:30 +02:00
readme.md Put all non-Windows source code into posix directory and its subdirectories 2014-12-18 11:52:29 +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.