mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-28 07:02:42 +00:00
1f25568762
Some functions were duplicated, the only difference was a const in one parameter. The definitions in the header were with const, so I kept those versions. Also, the functions in the header are pure C, so add extern "C", this fixes issues with MSVC and the formerly duplicated functions. |
||
---|---|---|
.. | ||
cmake | ||
linux | ||
osx | ||
posix | ||
stub | ||
win32 | ||
cpu.cpp | ||
events.cpp | ||
glimp.cpp | ||
platform.h | ||
sys_local.cpp | ||
sys_local.h | ||
sys_public.h | ||
threads.cpp |