X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fprandom.qc;h=12e4e0ea5a23c365a5c8b23a4f6b9fdb09045a84;hb=5b3d38ffdd942aa1647d747e8e6e4605df39cb82;hp=935f1421ed1379f26ce486ce56747fc8cf80385c;hpb=e3507f4fdbc2b3e15b663365e57e0aa60f3cf1a6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/prandom.qc b/qcsrc/client/prandom.qc index 935f1421e..12e4e0ea5 100644 --- a/qcsrc/client/prandom.qc +++ b/qcsrc/client/prandom.qc @@ -1,10 +1,7 @@ -#if defined(CSQC) - #include "../dpdefs/csprogsdefs.qh" - #include "../warpzonelib/mathlib.qh" - #include "prandom.qh" -#elif defined(MENUQC) -#elif defined(SVQC) -#endif +#include "prandom.qh" +#include "_all.qh" + +#include "../warpzonelib/mathlib.qh" // prandom - PREDICTABLE random number generator (not seeded yet)