00001 /*************************************************************************** 00002 screen.h - description 00003 ------------------- 00004 begin : Tue Jun 10 2003 00005 copyright : (C) 2003 by Tyler Montbriand 00006 email : tsm@accesscomm.ca 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 #ifndef __SCREEN_H__ 00018 #define __SCREEN_H__ 00019 00023 #define SCREEN_W 320 00024 #define SCREEN_H 240 00025 #define SCREEN_BPP 16 00026 00027 #endif/*__SCREEN_H__*/