mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-10 19:33:28 +00:00
wip
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@505 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
2
external/miniaudio.c
vendored
Normal file
2
external/miniaudio.c
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
#define MINIAUDIO_IMPLEMENTATION
|
||||
#include "miniaudio.h"
|
||||
95649
external/miniaudio.h
vendored
Normal file
95649
external/miniaudio.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3
external/pl_mpeg.c
vendored
Normal file
3
external/pl_mpeg.c
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/* $Id$ */
|
||||
#define PL_MPEG_IMPLEMENTATION
|
||||
#include "pl_mpeg.h"
|
||||
4440
external/pl_mpeg.h
vendored
Normal file
4440
external/pl_mpeg.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
0
external/ds.c → external/stb_ds.c
vendored
0
external/ds.c → external/stb_ds.c
vendored
5
external/stb_image.c
vendored
Normal file
5
external/stb_image.c
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/* $Id$ */
|
||||
#ifdef USE_STB_IMAGE
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include "stb_image.h"
|
||||
#endif
|
||||
Reference in New Issue
Block a user