📄 glcode.h
字号:
// glcode.h
// Declarations for external OpenGL module. These functions are
// defined in glcode.c and are called appropriately by the CView
// derived classes.
#ifndef __GLCODE__
#define __GLCODE__
#ifdef __cplusplus
extern "C" {
#endif
void GLSetupRC(void *pData);
void GLRenderScene(void *pData);
void GLResize(GLsizei h, GLsizei w);
#ifdef __cplusplus
}
#endif
#endif // Include/Define
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -