AbePralle-FGB/Tools/GBConv2/Source/PaletteButton.cpp

34 lines
715 B
C++
Raw Normal View History

2020-07-05 02:46:08 +01:00
// PaletteButton.cpp : implementation file
//
#include "stdafx.h"
#include "GBConv2.h"
#include "PaletteButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CPaletteButton
CPaletteButton::CPaletteButton()
{
}
CPaletteButton::~CPaletteButton()
{
}
BEGIN_MESSAGE_MAP(CPaletteButton, CButton)
//{{AFX_MSG_MAP(CPaletteButton)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CPaletteButton message handlers