00001 00002 #ifndef __GAMEFRAMEWORK_H_ 00003 #define __GAMEFRAMEWORK_H_ 00004 /************************************************************************************** 00005 * This file is part of the GameFramework project released by Wazoo Enterprises Inc. 00006 * under the GNU Public License. 00007 * 00008 * Any projects using this code must attach these copyright notices along with their 00009 * own as outlined at http://www.gnu.org 00010 * 00011 * Copyright 2003 by Wazoo Enterprises Inc. 00012 * To contact the auther, send a message to wazoo@wazooenterprises.com 00013 * 00014 ****************************************************************************************/ 00015 00016 #include "rendererFactory.h" 00017 00018 #endif