- [CHG] Renombrat "stb_vorbis.c" a "stb_vorbis.h"

- [NEW] Afegit lagueirtofile
This commit is contained in:
2025-06-16 13:45:54 +02:00
parent 88609465cb
commit 5e24117266
4 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ mini_debug
.vscode/* .vscode/*
info.plist info.plist
*.dll *.dll
build/*

View File

@@ -1,6 +1,6 @@
#ifndef JA_USESDLMIXER #ifndef JA_USESDLMIXER
#include "jail_audio.h" #include "jail_audio.h"
#include "stb_vorbis.c" #include "stb_vorbis.h"
#include <SDL2/SDL.h> #include <SDL2/SDL.h>
#include <stdio.h> #include <stdio.h>

5
lagueirtofile Normal file
View File

@@ -0,0 +1,5 @@
libs = -lSDL2
cppflags = -D LUA_USE_LINUX -D DEBUG -g -Wall
executable = mini_debug
sourcepath = . lua
buildpath = build