dolphin/Externals/wxWidgets3/src/msw/minifram.cpp

25 lines
610 B
C++

/////////////////////////////////////////////////////////////////////////////
// Name: src/msw/minifram.cpp
// Purpose: wxMiniFrame
// Author: Julian Smart
// Modified by:
// Created: 04/01/98
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_MINIFRAME
#include "wx/minifram.h"
IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
#endif // wxUSE_MINIFRAME