addplug.h

来自「Visual C++开发经验技巧宝典1-3源码」· C头文件 代码 · 共 24 行

H
24
字号
// AddPlug.h : main header file for the ADDPLUG DLL
//

#if !defined(AFX_ADDPLUG_H__C73D4974_D0D9_48DD_8EDC_B3B4DD6D083E__INCLUDED_)
#define AFX_ADDPLUG_H__C73D4974_D0D9_48DD_8EDC_B3B4DD6D083E__INCLUDED_

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

#include "resource.h"		// main symbols

#include <ObjModel\addguid.h>
#include <ObjModel\appguid.h>
#include <ObjModel\bldguid.h>
#include <ObjModel\textguid.h>
#include <ObjModel\dbgguid.h>


//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_ADDPLUG_H__C73D4974_D0D9_48DD_8EDC_B3B4DD6D083E__INCLUDED)

⌨️ 快捷键说明

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