瀏覽代碼

Minor reviews

pull/2003/head
Ray 3 年之前
父節點
當前提交
8b3d054408
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +0
    -1
      src/models.c
  2. +2
    -1
      src/raudio.c

+ 0
- 1
src/models.c 查看文件

@ -70,7 +70,6 @@
#define CGLTF_IMPLEMENTATION
#include "external/cgltf.h" // glTF file format loading
#include "external/stb_image.h" // glTF texture images loading
#endif
#if defined(SUPPORT_FILEFORMAT_VOX)

+ 2
- 1
src/raudio.c 查看文件

@ -26,8 +26,9 @@
* supported by default, to remove support, just comment unrequired #define in this module
*
* DEPENDENCIES:
* miniaudio.h - Audio device management lib (https://github.com/dr-soft/miniaudio)
* miniaudio.h - Audio device management lib (https://github.com/mackron/miniaudio)
* stb_vorbis.h - Ogg audio files loading (http://www.nothings.org/stb_vorbis/)
* dr_wav.h - WAV audio files loading (http://github.com/mackron/dr_libs)
* dr_mp3.h - MP3 audio file loading (https://github.com/mackron/dr_libs)
* dr_flac.h - FLAC audio file loading (https://github.com/mackron/dr_libs)
* jar_xm.h - XM module file loading

Loading…
取消
儲存