PolycodeView.h 198 B

123456789101112
  1. #pragma once
  2. #include <Polycode.h>
  3. #include "PolySDLCore.h"
  4. class PolycodeView : public PolycodeViewBase {
  5. public:
  6. PolycodeView(const char *title);
  7. ~PolycodeView();
  8. String windowTitle;
  9. };