globe.h

来自「fruitwar and engine」· C头文件 代码 · 共 24 行

H
24
字号
#ifndef FOX_GLOBE_H_03_4_2004_
#define FOX_GLOBE_H_03_4_2004_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

//------------------系统文件
#ifndef _SYSTEM_H_

#include <iostream>
#include <list>
#include <STDIO.H>
#include <WINDOWS.H>
#include <math.h>
using namespace std;

#endif //_SYSTEM_H_

#include "ICDManage.h"
#include "ISoundManage.h"
#include "ICreateInstance.h"

#endif //FOX_GLOBE_H_03_4_2004_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?