git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@505 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-29 21:44:51 +00:00
parent a9263fe8b5
commit 1e11963ff4
21 changed files with 101515 additions and 25 deletions

2
external/miniaudio.c vendored Normal file
View File

@@ -0,0 +1,2 @@
#define MINIAUDIO_IMPLEMENTATION
#include "miniaudio.h"

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
View File

@@ -0,0 +1,3 @@
/* $Id$ */
#define PL_MPEG_IMPLEMENTATION
#include "pl_mpeg.h"

4440
external/pl_mpeg.h vendored Normal file

File diff suppressed because it is too large Load Diff

View File

5
external/stb_image.c vendored Normal file
View File

@@ -0,0 +1,5 @@
/* $Id$ */
#ifdef USE_STB_IMAGE
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#endif