Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

ToxiMessages.h

Go to the documentation of this file.
00001 /* 
00002         ---- Copyright (C) 2002  Jose Eduardo R. Mourão (eduardo_rdm@hotmail.com) ----
00003           
00004         This file is part of ToxiTea.
00005 
00006     ToxiTea is free software; you can redistribute it and/or modify
00007     it under the terms of the GNU General Public License as published by
00008     the Free Software Foundation; either version 2 of the License, or
00009     (at your option) any later version.
00010 
00011     ToxiTea is distributed in the hope that it will be useful,
00012     but WITHOUT ANY WARRANTY; without even the implied warranty of
00013     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014     GNU General Public License for more details.
00015 
00016     You should have received a copy of the GNU General Public License
00017     along with ToxiTea; if not, write to the Free Software
00018     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00019 
00020         For more information and updates visit: 
00021         http://toxitea.sourceforge.net
00022         or mail to: eduardo_rdm@hotmail.com
00023 
00024         COMPILING AND/OR USING YOU ARE ACCEPTING ALL TERMS ABOVE.
00025         THIS LICENSE CAN BE CHANGED ANY TIME FOR ANY REASON WITHOUT NO COMMUNICATION.
00026 */
00027 
00028 #ifndef _TOXIMESSAGES_H_
00029 #define _TOXIMESSAGES_H_
00030 
00031 #define WND_TITLE                               "ToxiTea"
00032 #define ENGINE_TITLE                    "ToxiTra"
00033 #define FULLSRC_ASK                             "Fullscreen Mode?"
00034 #define FULLSRC_TITLE                   "Start Fullscreen?"
00035 #define ERROR_TITLE                             "ERROR"
00036 #define ERROR_SHOT_TITLE                "SHUTDOWN ERROR"
00037 #define RELEASE_DC_RC                   "Release Of DC And RC Failed."
00038 #define RELEASE_RC                              "Release Rendering Context Failed."
00039 #define RELEASE_DC                              "Release Device Context Failed."
00040 #define RELEASE_HWND                    "Could Not Release hWnd."
00041 #define RELEASE_CLASS                   "Could Not Unregister Class."
00042 #define REGISTER_CLASS                  "Failed To Register The Window Class."
00043 #define UNSUP_MODE                              "The Requested Fullscreen Mode Is Not Supported By\nYour Video Card. Use Windowed Mode Instead?"
00044 #define CLOSE_ERROR                             "Program Will Now Close."
00045 #define MAINLOOP_ERROR                  "UNDEFINED ERROR \n\n Check your video card and/or try to run ToxiTea again."
00046 #define WND_CREATION_ERR                "Window Creation Error."
00047 #define WND_CLASS_NAME                  "ToxiTeaClass"
00048 
00049 #define REGISTER_DC                             "Can't Create A GL Device Context."
00050 #define REGISTER_PFD                    "Can't Find A Suitable PixelFormat."
00051 #define REGISTER_SET_PFD                "Can't Set The PixelFormat."
00052 #define REGISTER_RC                             "Can't Create A GL Rendering Context."
00053 #define REGISTER_SET_RC                 "Can't Activate The GL Rendering Context."
00054 
00055 #endif

Generated on Mon Sep 23 23:07:01 2002 for ToxiTea by doxygen1.2.18