(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.h
View File

@@ -124,4 +124,8 @@ typedef enum StringColorFlags {
IS_PALETTE_COLOR = 0x100, // color value is already a real palette color index, not an index of a StringColor
} StringColorFlags;
#ifdef _DEBUG
extern bool _dbg_screen_rect;
#endif
#endif /* GFX_H */