Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

ScreenExit.h

Go to the documentation of this file.
00001 #ifndef SCREEN_EXIT_H 00002 #define SCREEN_EXIT_H 00003 00004 #include "Screen.h" 00005 #include "RageTimer.h" 00006 00007 class ScreenExit: public Screen 00008 { 00009 bool m_Exited; 00010 RageTimer m_ShutdownTimer; 00011 00012 public: 00013 ScreenExit( CString sName ); 00014 void Update( float fDelta ); 00015 }; 00016 00017 #endif 00018 00019 /* 00020 * (c) 2003-2004 Glenn Maynard 00021 * All rights reserved. 00022 * 00023 * Permission is hereby granted, free of charge, to any person obtaining a 00024 * copy of this software and associated documentation files (the 00025 * "Software"), to deal in the Software without restriction, including 00026 * without limitation the rights to use, copy, modify, merge, publish, 00027 * distribute, and/or sell copies of the Software, and to permit persons to 00028 * whom the Software is furnished to do so, provided that the above 00029 * copyright notice(s) and this permission notice appear in all copies of 00030 * the Software and that both the above copyright notice(s) and this 00031 * permission notice appear in supporting documentation. 00032 * 00033 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00034 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00035 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF 00036 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS 00037 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT 00038 * OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 00039 * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 00040 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 00041 * PERFORMANCE OF THIS SOFTWARE. 00042 */

Generated on Thu Jan 27 20:57:31 2005 for StepMania by doxygen 1.3.7