X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgame.h;h=037ff32d704cddf02d4f277c3f8d60c9e219116d;hb=2b29d1e182bcfe8255a9e73fa5c17d17b06e778b;hp=c41603774b475a5163c7a3f956956e2ee6745931;hpb=afde6754684dc6be5a09b5a4659732c0d7b46741;p=metatoy diff --git a/src/game.h b/src/game.h index c416037..037ff32 100644 --- a/src/game.h +++ b/src/game.h @@ -4,7 +4,15 @@ #define FB_WIDTH 320 #define FB_HEIGHT 200 +#define BBOX_XSZ 16 +#define BBOX_YSZ 15 +#define BBOX_ZSZ 10 +#define VOX_RES 24 + +#define TRANSDUR 1.0f + extern unsigned char *framebuf, *vmem; +extern unsigned long time_msec; int game_init(void); void game_shutdown(void);