📄 box.h
字号:
//////////////////////////////////////////////////////////////////////////////////////////
// box.h
// Draw a simple box to enclose the scene
// Downloaded from: www.paulsprojects.net
// Created: 4th September 2002
//
// Copyright (c) 2006, Paul Baker
// Distributed under the New BSD Licence. (See accompanying file License.txt or copy at
// http://www.paulsprojects.net/NewBSDLicense.txt)
//////////////////////////////////////////////////////////////////////////////////////////
#ifndef BOX_H
#define BOX_H
void DrawBox();
#endif //BOX_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -