1 /**************************************************************************************\
2 *                             Apple Lisa 2 Emulator                                    *
3 *                                                                                      *
4 *              The Lisa Emulator Project  V1.2.6      DEV 2007.12.04                   *
5 *                  Copyright (C) 1998, 2007 Ray A. Arachelian                          *
6 *                                All Rights Reserved                                   *
7 *                                                                                      *
8 *                           Global Variables .c file                                   *
9 *                                                                                      *
10 *                                                                                      *
11 *           This is a stub file - actual variables are in vars.h.                      *
12 *           The #define IN_VARS_C turns on variable allocation in                      *
13 *           the vars.h header file.  Neat, eh?                                         *
14 *                                                                                      *
15 \**************************************************************************************/
16 
17 #define IN_VARS_C 1
18 #include "vars.h"
19 
20 /////////////////////////////////////////////////////////////////////////////////////////
21