QuakeGod
2023-10-23 4dfb88353b3671a71bc397d5f210d71f67f8fb04
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
// KLink1.h: KLink1 DLL 的主标头文件
//
 
#pragma once
 
#ifndef __AFXWIN_H__
    #error "include 'pch.h' before including this file for PCH"
#endif
 
#include "resource.h"        // 主符号
 
 
// CKLink1App
// 有关此类实现的信息,请参阅 KLink1.cpp
//
 
class CKLink1App : public CWinApp
{
public:
    CKLink1App();
 
// 重写
public:
    virtual BOOL InitInstance();
 
    DECLARE_MESSAGE_MAP()
    virtual int ExitInstance();
};