Fixed compilation

svn-id: r27454
This commit is contained in:
Chris Apers 2007-06-16 10:34:48 +00:00
parent 37021c43a4
commit 6e9200f739

View file

@ -28,7 +28,8 @@
#include "formUtil.h"
#include "games.h"
#include "start.h"
#include "common/util.h"
#define ARRAYSIZE(x) ((int)(sizeof(x) / sizeof(x[0])))
static Char **items = NULL;
Int16 selectedEngine = -1;