浏览代码

REMOVED: LoadWaveEx()

Completely useless and actually buggy!
pull/915/head
Ray 5 年前
父节点
当前提交
9909c83012
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      src/raylib.h

+ 0
- 1
src/raylib.h 查看文件

@ -1351,7 +1351,6 @@ RLAPI void SetMasterVolume(float volume); // Set mas
// Wave/Sound loading/unloading functions
RLAPI Wave LoadWave(const char *fileName); // Load wave data from file
RLAPI Wave LoadWaveEx(void *data, int sampleCount, int sampleRate, int sampleSize, int channels); // Load wave data from raw array data
RLAPI Sound LoadSound(const char *fileName); // Load sound from file
RLAPI Sound LoadSoundFromWave(Wave wave); // Load sound from wave data
RLAPI void UpdateSound(Sound sound, const void *data, int samplesCount);// Update sound buffer with new data

正在加载...
取消
保存