- [CHG] Renombrat "stb_vorbis.c" a "stb_vorbis.h"
- [NEW] Afegit lagueirtofile
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ mini_debug
|
|||||||
.vscode/*
|
.vscode/*
|
||||||
info.plist
|
info.plist
|
||||||
*.dll
|
*.dll
|
||||||
|
build/*
|
||||||
@@ -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
5
lagueirtofile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
libs = -lSDL2
|
||||||
|
cppflags = -D LUA_USE_LINUX -D DEBUG -g -Wall
|
||||||
|
executable = mini_debug
|
||||||
|
sourcepath = . lua
|
||||||
|
buildpath = build
|
||||||
Reference in New Issue
Block a user