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
+8
View File
@@ -0,0 +1,8 @@
#include <hdk/sdl.hpp>
#include <hdk/sdl/Application.hpp>
namespace {
// Keep a concrete symbol in this translation unit so coverage artifacts are emitted.
volatile int kCoverageHeaderAggregationAnchor = 1;
}