1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-09-20 14:03:40 +01:00
TegraRcmGUI/TegraRcmGUI.h

33 lines
516 B
C
Raw Normal View History

2018-05-10 23:39:24 +01:00
// TegraRcmGUI.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
// CTegraRcmGUIApp:
// See TegraRcmGUI.cpp for the implementation of this class
//
class CTegraRcmGUIApp : public CWinApp
{
public:
CTegraRcmGUIApp();
// Overrides
public:
virtual BOOL InitInstance();
int Run();
// Implementation
DECLARE_MESSAGE_MAP()
};
extern CTegraRcmGUIApp theApp;