📄 open.h
字号:
#ifndef CORONA_OPEN_H
#define CORONA_OPEN_H
#include "corona.h"
namespace corona {
Image* OpenBMP (File* file); // OpenBMP.cpp
#ifndef NO_JPEG
Image* OpenJPEG(File* file); // OpenJPEG.cpp
#endif
Image* OpenPCX (File* file); // OpenPCX.cpp
#ifndef NO_PNG
Image* OpenPNG (File* file); // OpenPNG.cpp
#endif
Image* OpenTGA (File* file); // OpenTGA.cpp
Image* OpenGIF (File* file); // OpenGIF.cpp
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -