mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-25 22:01:09 +00:00
ef529cf49a
Also fix MSVC build: For some reason Microsoft's sad excuse of a compiler only sets __cplusplus to a value from this millenium if the /Zc:__cplusplus compiler option is set, but that's only supported from VS2017 15.7 on. The alternative is to use _MSVC_LANG, which always holds the version that __cplusplus *should* have... |
||
---|---|---|
.. | ||
BinSearch.h | ||
BTree.h | ||
HashIndex.cpp | ||
HashIndex.h | ||
HashTable.h | ||
Hierarchy.h | ||
LinkList.h | ||
List.h | ||
PlaneSet.h | ||
Queue.h | ||
Stack.h | ||
StaticList.h | ||
StrList.h | ||
StrPool.h | ||
VectorSet.h |