(svn r3191) Move declaration and definition of _dbg_screen_rect to a place where it somewhat makes sense and wrap them in #ifdef _DEBUG

This commit is contained in:
tron
2005-11-16 08:35:26 +00:00
parent 7289cc7c07
commit ce398adf8e
4 changed files with 8 additions and 3 deletions

4
gfx.c
View File

@@ -13,6 +13,10 @@
#include "hal.h"
#include "variables.h"
#ifdef _DEBUG
bool _dbg_screen_rect;
#endif
Colour _cur_palette[256];
static void GfxMainBlitter(const Sprite *sprite, int x, int y, int mode);