mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-02 16:08:32 +00:00
Lots of changes, most of them under testing-review
Added a Tracing/Log system Added OGG stream music support (DOESN'T WORK) Added Compressed textures support * This update is probably very buggy...
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
// Get the latest version and other information at:
|
||||
// http://nothings.org/stb_vorbis/
|
||||
|
||||
|
||||
// Todo:
|
||||
//
|
||||
// - seeking (note you can seek yourself using the pushdata API)
|
||||
@@ -25,6 +26,9 @@
|
||||
//
|
||||
// All of these limitations may be removed in future versions.
|
||||
|
||||
|
||||
#include "stb_vorbis.h"
|
||||
|
||||
#ifndef STB_VORBIS_HEADER_ONLY
|
||||
|
||||
// global configuration settings (e.g. set these in the project/makefile),
|
||||
|
Reference in New Issue
Block a user