00001 00002 #ifndef __GAMEOGLRENDERER_H_ 00003 #define __GAMEOGLRENDERER_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 00017 #include <windows.h> 00018 00019 BOOL WINAPI DllEntryPoint( HINSTANCE hDll, 00020 DWORD fdwReason, 00021 LPVOID lpvRserved ); 00022 00023 00024 00025 00026 #endif