ijl15.h

来自「这个文件是图像处理编程方面的参考资料」· C头文件 代码 · 共 21 行

H
21
字号
#pragma once

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"		// main symbols

/////////////////////////////////////////////////////////////////////////////
// CIJL15App:
// See IJL15.cpp for the implementation of this class
//

class CIJL15App : public CWinApp
{
	virtual BOOL InitInstance();
};

extern CIJL15App theApp;
extern FCObjImage g_img ;

⌨️ 快捷键说明

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