Files
soft/CristalDiskMark/source/CrystalDiskMark/DiskMark.h
T

24 lines
527 B
C++

/*---------------------------------------------------------------------------*/
// Author : hiyohiyo
// Mail : hiyohiyo@crystalmark.info
// Web : https://crystalmark.info/
// License : MIT License
/*---------------------------------------------------------------------------*/
#pragma once
#include "resource.h"
class CDiskMarkApp : public CWinApp
{
public:
CDiskMarkApp();
public:
virtual BOOL InitInstance();
DECLARE_MESSAGE_MAP()
};
extern CDiskMarkApp theApp;