bsnes-hd/hiro/gtk/widget/viewport.hpp
2019-05-26 20:37:46 +02:00

14 lines
197 B
C++

#if defined(Hiro_Viewport)
namespace hiro {
struct pViewport : pWidget {
Declare(Viewport, Widget)
auto handle() const -> uintptr;
auto setDroppable(bool droppable) -> void;
};
}
#endif