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:
parent
7f00ad0a52
commit
066f0112f7
1 changed files with 6 additions and 0 deletions
|
|
@ -334,8 +334,14 @@ PLUGIN_HEADER
|
||||||
|
|
||||||
|
|
||||||
/* get several sizes from the bitmaps */
|
/* get several sizes from the bitmaps */
|
||||||
|
#ifdef BMPWIDTH_pegbox_pieces
|
||||||
#define PIECE_WIDTH BMPWIDTH_pegbox_pieces
|
#define PIECE_WIDTH BMPWIDTH_pegbox_pieces
|
||||||
#define PIECE_HEIGHT (BMPHEIGHT_pegbox_pieces/7)
|
#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_WIDTH (12*PIECE_WIDTH)
|
||||||
#define BOARD_HEIGHT (8*PIECE_HEIGHT)
|
#define BOARD_HEIGHT (8*PIECE_HEIGHT)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue