Quake 4 integrated with DoomRTX

This commit is contained in:
Justin Marshall
2026-05-09 22:10:40 -07:00
parent 8c4a087aa9
commit d37f87e493
436 changed files with 277587 additions and 10254 deletions
+3
View File
@@ -242,4 +242,7 @@ template<class T> ID_INLINE T Min( T x, T y ) { return ( x < y ) ? x : y; }
#include "Timer.h"
#include "Rectangle.h"
#include "TextCompiler.h"
#include "math/Radians.h"
#endif /* !__LIB_H__ */