xwords/xwords4/android/andglobals.h
2010-01-09 17:11:31 +00:00

15 lines
227 B
C

#ifndef _ANDGLOBALS_H_
#define _ANDGLOBALS_H_
#include "vtabmgr.h"
#include "dictnry.h"
typedef struct _AndGlobals {
VTableMgr* vtMgr;
CurGameInfo* gi;
DrawCtx* dctx;
XW_UtilCtxt* util;
} AndGlobals;
#endif