QuakeGod
2022-01-16 326d3e312c74726814c39c9d112faab03c4a167c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// KLink2.h: KLink2 DLL 的主标头文件
//
 
#pragma once
 
#ifndef __AFXWIN_H__
    #error "include 'pch.h' before including this file for PCH"
#endif
 
#include "resource.h"        // 主符号
 
 
// CKLink2App
// 有关此类实现的信息,请参阅 KLink2.cpp
//
 
class CKLink2App : public CWinApp
{
public:
    CKLink2App();
 
// 重写
public:
    virtual BOOL InitInstance();
 
    DECLARE_MESSAGE_MAP()
    virtual int ExitInstance();
};