CMake Policy Implementation changes.

This commit is contained in:
BadQuanta
2026-05-16 21:37:44 +00:00
parent 15bb051619
commit 689d5e979d
12 changed files with 765 additions and 166 deletions
+4
View File
@@ -9,6 +9,10 @@ namespace hdk::sdl {
namespace evt {
class EventConduit;
}
/**
* @todo https://wiki.libsdl.org/SDL3/SDL_SetWindowFillDocument
*
*/
class Window : public hdk::grid::SharedPtrWrapper<SDL_Window> {
public:
friend class Renderer;