Initial scaffolding.

This commit is contained in:
BadQuanta
2026-04-20 11:00:42 +00:00
commit 6d0de7e621
7 changed files with 118 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
/**
* @file sdl.hpp
* @brief HDK - SDL Frontend API
**/
#include <hdk/sdl/video/Window.hpp>
// TODO #include <hd/sdl/video/Surface.hpp>
// TODO #include <hd/sdl/render/Renderer.hpp>