viewport.hpp 163 B

123456789101112
  1. #if defined(Hiro_Viewport)
  2. struct mViewport : mWidget {
  3. Declare(Viewport)
  4. auto handle() const -> uintptr_t;
  5. //private:
  6. struct State {
  7. } state;
  8. };
  9. #endif