This commit is contained in:
parent
cb4922cb43
commit
57211b9df3
17 changed files with 478 additions and 740 deletions
|
@ -8,13 +8,15 @@
|
|||
#include "system\global.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
#define GEOM_SCREEN_H 350
|
||||
#define GEOM_SCREEN_H (350)
|
||||
|
||||
#define INGAME_SCREENW 512
|
||||
#define INGAME_SCREENH 256
|
||||
#define INGAME_SCREENW (512)
|
||||
#define INGAME_SCREENH (256)
|
||||
|
||||
#define INGAME_SCREENOFS_X -(INGAME_SCREENW/2)
|
||||
#define INGAME_SCREENOFS_Y -(INGAME_SCREENH/2)
|
||||
#define INGAME_RENDER_OFS_X (8)
|
||||
#define INGAME_RENDER_OFS_Y (4)
|
||||
#define INGAME_SCREENOFS_X (-INGAME_SCREENW/2)
|
||||
#define INGAME_SCREENOFS_Y (-INGAME_SCREENH/2)
|
||||
|
||||
/*****************************************************************************/
|
||||
typedef void (*VbFuncType)(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue