/*
 ******************************************************************************
 *              
 *    グローバルメモリーエリアの確保
 *    $Id: memory.c,v 1.1 2003/05/30 21:25:28 tong Exp $
 ******************************************************************************
 */
#define  __MEMORYp
#include "memory.h"
/*
 ******************************************************************************
 *    固定メモリー領域
 ******************************************************************************
 */
char        debugflag;
char        perfoSwitch;
/* グラフィックリスト */
GFXLIST      *main_Glist[G_LIST_SIZE];
/* ゲーム処理領域 */
GAME        __Game;
