qzdoom-gpl/src/posix
nashmuhandes 9f9e4310a1 Merge branch 'master' of https://github.com/coelckers/gzdoom
# Conflicts:
#	src/r_bsp.cpp
#	src/r_swrenderer.cpp
#	src/r_swrenderer.h
#	src/sound/fmodsound.cpp
#	src/sound/fmodsound.h
2016-05-02 21:25:57 +08:00
..
cocoa Merge branch 'master' of https://github.com/coelckers/gzdoom 2016-05-02 21:25:57 +08:00
osx Separated POSIX's i_system.cpp from native OS X implementation 2015-12-29 14:52:18 +02:00
sdl Relicense all Doom Source Code License files to GPL. 2016-04-27 22:04:59 +08:00
dikeys.h Rearranged files to avoid usage of symbolic links 2014-12-15 17:40:30 +02:00
hardware.h Rearranged files to avoid usage of symbolic links 2014-12-15 17:40:30 +02:00
i_cd.cpp Rearranged files to avoid usage of symbolic links 2014-12-15 17:40:30 +02:00
i_input.h Rearranged files to avoid usage of symbolic links 2014-12-15 17:40:30 +02:00
i_movie.cpp Rearranged files to avoid usage of symbolic links 2014-12-15 17:40:30 +02:00
i_steam.cpp Added missing #include 2014-12-16 22:46:24 +02:00
i_system.h Relicense all Doom Source Code License files to GPL. 2016-04-27 22:04:59 +08: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.