mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 03:45:45 -04:00
dep/rcheevos: Bump to 74860c9
This commit is contained in:
11
dep/rcheevos/src/rc_version.c
Normal file
11
dep/rcheevos/src/rc_version.c
Normal file
@ -0,0 +1,11 @@
|
||||
#include "rc_version.h"
|
||||
|
||||
uint32_t rc_version(void)
|
||||
{
|
||||
return RCHEEVOS_VERSION;
|
||||
}
|
||||
|
||||
const char* rc_version_string(void)
|
||||
{
|
||||
return RCHEEVOS_VERSION_STRING;
|
||||
}
|
Reference in New Issue
Block a user