mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
00b812a5ff
Due to undefined downconversion rules from double to int, there is no way to safely downcast the return from MSTimef, meaning the function is completely useless for retrieving integral time stamps. The old version is essential for these cases and must be kept around. |
||
---|---|---|
.. | ||
cocoa | ||
osx | ||
sdl | ||
unix | ||
dikeys.h | ||
hardware.h | ||
i_system.h | ||
i_system_posix.cpp | ||
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.