Review function name on RAUDIO_STANDALONE
This commit is contained in:
parent
b18940d3c6
commit
51db3b589d
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ static Wave LoadMP3(const char *fileName); // Load MP3 file
|
||||||
|
|
||||||
#if defined(RAUDIO_STANDALONE)
|
#if defined(RAUDIO_STANDALONE)
|
||||||
bool IsFileExtension(const char *fileName, const char *ext);// Check file extension
|
bool IsFileExtension(const char *fileName, const char *ext);// Check file extension
|
||||||
void TRACELOG(int msgType, const char *text, ...); // Show trace log messages (LOG_INFO, LOG_WARNING, LOG_ERROR, LOG_DEBUG)
|
void TraceLog(int msgType, const char *text, ...); // Show trace log messages (LOG_INFO, LOG_WARNING, LOG_ERROR, LOG_DEBUG)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue