1
0
This repository has been archived on 2025-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
siadrive/SiaDrive.Api/SiaDrive.Api.h
2017-02-02 21:08:13 -06:00

30 lines
476 B
C++

// SiaDrive.Api.h : main header file for the SiaDrive.Api DLL
//
#pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "resource.h" // main symbols
// CSiaDriveApiApp
// See SiaDrive.Api.cpp for the implementation of this class
//
class CSiaDriveApiApp : public CWinApp
{
public:
CSiaDriveApiApp();
// Overrides
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
DECLARE_MESSAGE_MAP()
};