Files
hdk-sdl/include/hdk/sdl.hpp
T
2026-04-20 11:00:42 +00:00

10 lines
199 B
C++

#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>