tx-gxx-linux/pc/code_twain/sln/hgjson/hgjson.h

32 lines
474 B
C++

// hgjson.h : main header file for the PROJECT_NAME application
//
#pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "resource.h" // main symbols
// ChgjsonApp:
// See hgjson.cpp for the implementation of this class
//
class ChgjsonApp : public CWinApp
{
public:
ChgjsonApp();
// Overrides
public:
virtual BOOL InitInstance();
// Implementation
DECLARE_MESSAGE_MAP()
};
extern ChgjsonApp theApp;