i3ocd_windows.h

来自「i3源码」· C头文件 代码 · 共 16 行

H
16
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?