raze-gles/source/platform/posix
Rachael Alexanderson 999986e6cd - replace Linux xpm icon, even though it doesn't seem like it's ever being used 2020-01-27 21:31:08 -05:00
..
cocoa - fixed crash during initialization in Cocoa backend 2020-01-26 16:41:52 +02:00
osx - setup icon for macOS application bundle 2020-01-26 16:39:10 +02:00
sdl - oops, I misplaced an endif in the Linux code 2020-01-22 05:54:59 -05:00
unix - finally - we have a compile on linux! 2020-01-20 05:46:18 -05:00
dikeys.h - added the Posix backend code. 2020-01-05 21:40:18 +01:00
game.xpm - replace Linux xpm icon, even though it doesn't seem like it's ever being used 2020-01-27 21:31:08 -05:00
hardware.h - added the Posix backend code. 2020-01-05 21:40:18 +01:00
i_steam.cpp - this is incomplete, i'm just putting this here for now so i don't lose it 2020-01-11 09:27:12 -05:00
i_system.h - finally - we have a compile on linux! 2020-01-20 05:46:18 -05:00
readme.md - added the Posix backend code. 2020-01-05 21:40:18 +01: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.