1
0
Fork 0
forked from len0rd/rockbox

Added dummy numbers to avoid #error during dependency generation.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19173 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2008-11-21 15:48:30 +00:00
parent 7f00ad0a52
commit 066f0112f7

View file

@ -334,8 +334,14 @@ PLUGIN_HEADER
/* get several sizes from the bitmaps */
#ifdef BMPWIDTH_pegbox_pieces
#define PIECE_WIDTH BMPWIDTH_pegbox_pieces
#define PIECE_HEIGHT (BMPHEIGHT_pegbox_pieces/7)
#else
/* dummy numbers to avoid #error in dependency generation */
#define PIECE_WIDTH 50
#define PIECE_HEIGHT 10
#endif
#define BOARD_WIDTH (12*PIECE_WIDTH)
#define BOARD_HEIGHT (8*PIECE_HEIGHT)