From 5e24117266cc7e5e09b067e0bd9abbc97cb24cb5 Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Mon, 16 Jun 2025 13:45:54 +0200 Subject: [PATCH] - [CHG] Renombrat "stb_vorbis.c" a "stb_vorbis.h" - [NEW] Afegit lagueirtofile --- .gitignore | 1 + jail_audio.cpp | 2 +- lagueirtofile | 5 +++++ stb_vorbis.c => stb_vorbis.h | 0 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 lagueirtofile rename stb_vorbis.c => stb_vorbis.h (100%) diff --git a/.gitignore b/.gitignore index ae2c163..1c70905 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ mini_debug .vscode/* info.plist *.dll +build/* \ No newline at end of file diff --git a/jail_audio.cpp b/jail_audio.cpp index 55ab056..d3db7f3 100644 --- a/jail_audio.cpp +++ b/jail_audio.cpp @@ -1,6 +1,6 @@ #ifndef JA_USESDLMIXER #include "jail_audio.h" -#include "stb_vorbis.c" +#include "stb_vorbis.h" #include #include diff --git a/lagueirtofile b/lagueirtofile new file mode 100644 index 0000000..0527e92 --- /dev/null +++ b/lagueirtofile @@ -0,0 +1,5 @@ +libs = -lSDL2 +cppflags = -D LUA_USE_LINUX -D DEBUG -g -Wall +executable = mini_debug +sourcepath = . lua +buildpath = build diff --git a/stb_vorbis.c b/stb_vorbis.h similarity index 100% rename from stb_vorbis.c rename to stb_vorbis.h