diff options
Diffstat (limited to '')
-rw-r--r-- | src/T2DLL/CPieChartView.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/T2DLL/CPieChartView.cpp b/src/T2DLL/CPieChartView.cpp new file mode 100644 index 0000000..cc00bf4 --- /dev/null +++ b/src/T2DLL/CPieChartView.cpp @@ -0,0 +1,16 @@ +#include "CPieChartView.h" + +/*static*/ CPieChartView* CPieChartView::CreateCPieChartViewStream(T2Archive*) { +} + +CPieChartView::CPieChartView(T2Archive*) { +} + +/*virtual*/ CPieChartView::~CPieChartView() { +} + +void CPieChartView::DrawSelf() { +} + +void CPieChartView::CutPie(const CPieChartView::Pie*) { +} |