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

Quad.h

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

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