⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 i3ocd_windows.h

📁 i3源码
💻 H
字号:
// Note that OCD_WINDOWS_EXPORTS should be defined from the
// command line if we are compiling this file as part of the i3OCD DLL.

#include "OCDExport.h"

// This class is exported from the i3OCD_windows.dll
class OCD_WINDOWS_API Ci3OCD_windows {
public:
	Ci3OCD_windows(void);
	// TODO: add your methods here.
};

extern OCD_WINDOWS_API int ni3OCD_windows;

OCD_WINDOWS_API int fni3OCD_windows(void);

⌨️ 快捷键说明

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