dhewm3/neo/idlib
Daniel Gibson f317b056c6 List.h needs sys/platform.h for ID_INLINE
Everytime List.h is included in a new file (and sys/platform.h isn't)
there are confusing compiler-errors..
So just #include sys/platform.h in List.h directly, because it uses
ID_INLINE which is defined there
2012-11-13 23:28:21 +01:00
..
bv Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
containers List.h needs sys/platform.h for ID_INLINE 2012-11-13 23:28:21 +01:00
geometry Use current type for BT_CLOSED enum 2012-11-13 23:27:07 +01:00
hashing s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
math Only compile msvc style asm with 32bit msvc 2012-07-06 01:06:57 +02:00
Base64.cpp Remove usage of long type from idlib/ 2012-06-28 13:02:45 +02:00
Base64.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
BitMsg.cpp s/ReadDeltaLongCounter/ReadDeltaIntCounter/ 2012-06-28 13:52:24 +02:00
BitMsg.h s/ReadDeltaLong/ReadDeltaInt/ 2012-06-28 13:52:25 +02:00
CmdArgs.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
CmdArgs.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Dict.cpp s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
Dict.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
Heap.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
Heap.h Fix alignment issue with idBlockAlloc::Free() 2011-12-22 18:51:17 +01:00
LangDict.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
LangDict.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
Lexer.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
Lexer.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
Lib.cpp Use _exit() in AssertFailed() 2012-07-06 01:06:59 +02:00
Lib.h s/BigLong/BigInt/ to match the return type 2012-06-28 13:52:22 +02:00
MapFile.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
MapFile.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
Parser.cpp Remove usage of long type from idlib/ 2012-06-28 13:02:45 +02:00
Parser.h Remove usage of long type from idlib/ 2012-06-28 13:02:45 +02:00
Str.cpp Remove usage of long type from idlib/ 2012-06-28 13:02:45 +02:00
Str.h Get rid of some compiler warnings 2012-11-13 23:24:13 +01:00
Timer.cpp Use idSys::GetMilliseconds() for idTimer 2011-12-22 10:38:39 +01:00
Timer.h Use idSys::GetMilliseconds() for idTimer 2011-12-22 10:38:39 +01:00
Token.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
Token.h Remove usage of long type from idlib/ 2012-06-28 13:02:45 +02:00