Initial Video, Render, and Properties implementations.

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
BadQuanta
2026-04-26 14:39:01 +00:00
parent 6d0de7e621
commit 85dbe33a77
17 changed files with 2461 additions and 50 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
#pragma once
/**
* @file sdl.hpp
* @brief HDK - SDL Frontend API
* @brief HDK SDL wrapper main header.
**/
#include <hdk/sdl/video/Window.hpp>
// TODO #include <hd/sdl/video/Surface.hpp>
// TODO #include <hd/sdl/render/Renderer.hpp>
#include <hdk/sdl/Properties.hpp>
#include <hdk/sdl/render.hpp>
#include <hdk/sdl/video.hpp>