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 -1
View File
@@ -92,5 +92,5 @@ namespace hdk::sdl {
/** @todo https://wiki.libsdl.org/SDL3/SDL_SetLogPriorityPrefix */
// static Log Application(){static Log app(SDL_LOG_CATEGORY_APPLICATION); return app;}
};
const Log Log::Application(SDL_LOG_CATEGORY_APPLICATION);
inline const Log Log::Application(SDL_LOG_CATEGORY_APPLICATION);
}