10 lines
271 B
C++
10 lines
271 B
C++
#include "pch.h"
|
|
#include "DefsView.h"
|
|
#include "DefsView.g.cpp"
|
|
|
|
using namespace winrt;
|
|
|
|
namespace winrt::RNSVG::implementation {
|
|
void DefsView::Draw(RNSVG::D2DDeviceContext const& /*deviceContext*/, Size const & /*size*/) {}
|
|
} // namespace winrt::RNSVG::implementation
|