13 lines
226 B
C++
13 lines
226 B
C++
#include "pch.h"
|
|
#include "MarkerView.h"
|
|
#if __has_include("MarkerView.g.cpp")
|
|
#include "MarkerView.g.cpp"
|
|
#endif
|
|
|
|
using namespace winrt;
|
|
|
|
namespace winrt::RNSVG::implementation {
|
|
|
|
|
|
} // namespace winrt::RNSVG::implementation
|