add aygshell struct for new-style menus

This commit is contained in:
ehouse 2004-12-17 07:24:52 +00:00
parent 9204375d20
commit a6091a8aa2

View file

@ -20,6 +20,7 @@
#ifndef _CEMAIN_H_
#define _CEMAIN_H_
#include <aygshell.h>
#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;