📄 leveledit.h
字号:
/* LevelEdit.H
*
* Main LevelEdit
*
* Copyright 2003 by PaP / JTMK & Creative Mind
*/
#ifndef LEVELEDIT_H
#define LEVELEDIT_H
#include "objekt.h"
#include "MainNeHeLevel.h"
#define GLViewMin 1
#define GLViewMax 1000
extern tObjekt *Obj;
extern long FramesPS;
void Init_Engine(GL_Window* gwindow);
void DeInit_Engine();
void DrawScene();
void KeyAction(char Key_,bool State);
void CalcAllStuff(long FramesToDo,HWND WindowHandle);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -