Current status of SDL.

This commit is contained in:
BadQuanta
2026-05-13 19:48:22 +00:00
parent 28e9c4ba18
commit 15bb051619
24 changed files with 1806 additions and 360 deletions
+1
View File
@@ -4,6 +4,7 @@
#include <hdk/sdl/video/Display.hpp>
#include <hdk/sdl/video/Surface.hpp>
#include <hdk/sdl/video/Window.hpp>
#include <hdk/sdl/pixels/Palette.hpp>
/// We need to be able to return a Renderer from Window, but Renderer also needs to be able to return a Window, so we
/// have to include both headers here to resolve the circular dependency.