From a6091a8aa2fa64a64064ac276a0b49d83b6d45fa Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 17 Dec 2004 07:24:52 +0000 Subject: [PATCH] add aygshell struct for new-style menus --- wince/cemain.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wince/cemain.h b/wince/cemain.h index 9330a2a57..70ea9178f 100755 --- a/wince/cemain.h +++ b/wince/cemain.h @@ -20,6 +20,7 @@ #ifndef _CEMAIN_H_ #define _CEMAIN_H_ +#include #include "draw.h" #include "game.h" #include "util.h" @@ -64,6 +65,8 @@ typedef struct CEAppGlobals { HWND buttons[NUM_BUTTONS]; + SHACTIVATEINFO sai; + DrawCtx* draw; XWGame game; CurGameInfo gameInfo;