8#ifndef GALAXY_META_WINDOWBINDABLE_HPP_
9#define GALAXY_META_WINDOWBINDABLE_HPP_
Allows you to bind a base class to the window.
void bind_window() noexcept
Bind SDL3 window to this object.
WindowBindable() noexcept
Constructor.
virtual WindowBindable & operator=(WindowBindable &&) noexcept
Move assignment operator.
virtual ~WindowBindable() noexcept
Virtual destructor.
SDL_Window * m_window
Pointer to SDL_Window handle.