X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fmorpheus.git;a=blobdiff_plain;f=defines.h;h=981ab45a1a10764a67ba226dcc3963e04e8f939e;hp=8305711c56b2f534bb1b0135a75dd9bd9dafe790;hb=2114472cdcc3dc98f31f44f104148baaf4058651;hpb=cdf203b95bccd0e7e01e83800ad8435f4a2da8c3 diff --git a/defines.h b/defines.h index 8305711..981ab45 100644 --- a/defines.h +++ b/defines.h @@ -9,6 +9,8 @@ #include #endif +#define NOT_SPECIFIED 0 + #define DEFAULT_X_SEG 50 #define DEFAULT_Y_SEG 50 #define DEFAULT_Z_SEG 100 @@ -24,7 +26,7 @@ /* program defines, dont touch ;) */ #define URAND_MAX 0xffffffff -#define URAND_2_MAX 0xffff +#define URAND_2BYTE_MAX 0xffff typedef unsigned int u32; typedef long long unsigned int u64;