Added easy extension of custom merge results. Example fib merge rules added. Code altered to make use of this new style
This commit is contained in:
@@ -3,13 +3,6 @@
|
||||
|
||||
#include "engine.h"
|
||||
|
||||
/* These can be defined by an implemenation if special codes are used
|
||||
* to represent some keys. e.g. KEY_LEFT in ncurses */
|
||||
#define GFX_RIGHT_EXTRA
|
||||
#define GFX_LEFT_EXTRA
|
||||
#define GFX_DOWN_EXTRA
|
||||
#define GFX_UP_EXTRA
|
||||
|
||||
struct gfx_state;
|
||||
|
||||
/* Initialization of a graphics context */
|
||||
|
||||
Reference in New Issue
Block a user