code integration

This commit is contained in:
Sylvain Schneider
2026-07-04 21:17:38 +02:00
parent 8329318677
commit 888765ef6b
64 changed files with 52755 additions and 1 deletions

15
quokka_gfx/quokka_gfx.h Normal file
View File

@@ -0,0 +1,15 @@
/**
* QuokkaGFX - Lightweight SDL3 wrapper - umbrella header
*
* Single header include for easy integration.
* Usage: #include "quokka_gfx/quokka_gfx.h"
*/
#pragma once
#include "quokka_gfx/Application.h"
#include "quokka_gfx/Window/Window.h"
#include "utils/Colors.h"
#include "utils/Coords.h"
#include <SDL3/SDL.h>