Reestructura carpetes: src->source, third_party->source/external, shaders->data/shaders

This commit is contained in:
2026-05-04 13:21:34 +02:00
parent cec347a97c
commit e51ee84167
82 changed files with 36 additions and 39 deletions

7
source/external/stb_vorbis_impl.cpp vendored Normal file
View File

@@ -0,0 +1,7 @@
// Isolated TU for the stb_vorbis implementation.
// jail_audio.cpp defines STB_VORBIS_HEADER_ONLY before including stb_vorbis.c
// (it only sees declarations there); this TU provides the definitions and
// the linker resolves them.
// NOLINTNEXTLINE(bugprone-suspicious-include)
#include "stb_vorbis.c"