VERSIÓ 1.5.10:

- [NEW] Shaders passats al backend SDL3. Los últimos vestigios del antiguo jail_shader han sido barridos.
This commit is contained in:
2026-05-14 12:07:24 +02:00
parent 916f0a458e
commit 752a065246
7 changed files with 264 additions and 278 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
#if BACKEND == SDL3
#include "backends/backend.h"
#include "state.h"
#include "external/stb_vorbis.h"
#include "other/log.h"
#include <SDL3/SDL.h>
#include <stdio.h>
#include <vector>