X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fmorpheus.git;a=blobdiff_plain;f=defines.h;h=981ab45a1a10764a67ba226dcc3963e04e8f939e;hp=45be196df5773629bfc3e3990ea1bb3ea6c37cbe;hb=2114472cdcc3dc98f31f44f104148baaf4058651;hpb=a41ec558b235239b4a544297456369d818660543 diff --git a/defines.h b/defines.h index 45be196..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 @@ -16,11 +18,15 @@ #define DEFAULT_SLOPE_NEL 1 #define DEFAULT_START_NEL 0 +#define DEFAULT_A_P_RANGE 2 +#define DEFAULT_A_P_FAKTOR 1 + #define DEFAULT_STEPS 5000 /* program defines, dont touch ;) */ #define URAND_MAX 0xffffffff +#define URAND_2BYTE_MAX 0xffff typedef unsigned int u32; typedef long long unsigned int u64; @@ -45,9 +51,6 @@ typedef struct __display { int screen_height,screen_width; /* screen dimensions */ } display; -#define DEFAULT_DISPLAY_X 25 -#define DEFAULT_DISPLAY_Y 25 -#define DEFAULT_DISPLAY_Z 50 #define DEFAULT_DISPLAY_REF_RATE 100 #define DISPLAY_X_FREE 15