Maraiah/tycho/cc/mapview.cc

15 lines
149 B
C++
Raw Normal View History

2019-07-02 14:57:10 -07:00
#include "tycho.h"
MapView::MapView(Project *parent) :
2019-07-17 21:38:48 -07:00
IProjectView(parent)
2019-07-02 14:57:10 -07:00
{
2019-07-05 20:21:11 -07:00
dbgPrintFunc();
2019-07-02 14:57:10 -07:00
}
MapView::~MapView()
2019-07-02 14:57:10 -07:00
{
2019-07-05 20:21:11 -07:00
dbgPrintFunc();
2019-07-02 14:57:10 -07:00
}
// EOF