#pragma once #include #include #include "PolyCore.h" using namespace Polycode; namespace Polycode { class _PolyExport PolycodeView : public PolycodeViewBase { public: PolycodeView(HINSTANCE hInstance, int nCmdShow, LPCTSTR windowTitle, bool resizable=false); ~PolycodeView(); HWND hwnd; }; }