gzdoom-gles/src/posix
alexey.lysiuk 9cf8be0259 - fixed compilation of POSIX targets
src/doomerrors.h:74:14: error: exception specification of overriding function is more lax than base version
src/posix/sdl/i_main.cpp:272:28: error: 'class std::exception' has no member named 'GetMessage'
2018-11-23 19:41:07 +01:00
..
cocoa - made CDoomError inherit from std::exception so that the main catch block can also deal with exceptions thrown by the STL. 2018-11-23 19:41:05 +01:00
osx - removed Class identifier workaround from Cocoa backend 2018-06-30 12:50:30 +02:00
sdl - fixed compilation of POSIX targets 2018-11-23 19:41:07 +01:00
unix Added simple fatal error window for Linux 2018-01-28 17:03:10 +02:00
dikeys.h
hardware.h Added IsBgra() to DCanvas 2016-05-31 09:36:18 +02:00
i_cd.cpp
i_input.h - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
i_steam.cpp - made CDoomError inherit from std::exception so that the main catch block can also deal with exceptions thrown by the STL. 2018-11-23 19:41:05 +01:00
i_system.h - Fix macOS compile errors 2017-11-12 03:51:37 +01:00
readme.md
videomodes.h Merged list of video modes for Cocoa and SDL backends 2018-03-28 15:12:07 +03:00
zdoom.xpm - New generic ZDoom icons by Tormentor667. 2018-06-20 19:57:56 +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.