xwords/xwords4/android/XWords4/jni/andglobals.h
2010-01-30 14:38:44 +00:00

16 lines
259 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;
TransportProcs* xportProcs;
} AndGlobals;
#endif