📄 commglheader.h
字号:
/**********************************************************
SimNature Ver1.0.0
Copyright : Panliliang (Stanly Lee)
2002 - 2003
Alright reserved!
All Noncommeric use is Free!
潘李亮版权所有
2003-2003
本程序的所有非商业化使用为免费代码。
E- Mial: Panliliang@etang.com
Xheartblue@etang.com
模块名称:
功能描述:
版本:
作者:
**********************************************************/
#ifndef _COMM_GL_HEADER_H_
#define _COMM_GL_HEADER_H_
#include <windows.h>
#include <gl/gl.h>
#include <gl/glu.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "image.h"
#include "gltexture.h"
#include "OpenGLCom.h"
#include "SkyBox.h"
#include "ViewerCamera.h"
#include "Camera.h"
#include "BillBoard.h"
#include "MMath.h"
#include "LensFare.h"
#include "FreeCamera.h"
#include "BillBoardMgr.h"
#include "Configure.h"
#include "GameApp.h"
//======================================================
//Here we import all the lib needed for the OpenGL and
// Windows Appliacions
//======================================================
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -