mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 01:35:47 -04:00
dep/rcheevos: Bump to 74860c9
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
#ifndef RC_VERSION_H
|
||||
#define RC_VERSION_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include "rc_export.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
RC_BEGIN_C_DECLS
|
||||
|
||||
#define RCHEEVOS_VERSION_MAJOR 11
|
||||
#define RCHEEVOS_VERSION_MINOR 0
|
||||
@ -22,8 +24,9 @@ extern "C" {
|
||||
#define RCHEEVOS_VERSION_STRING RCHEEVOS_MAKE_VERSION_STRING_SHORT(RCHEEVOS_VERSION_MAJOR, RCHEEVOS_VERSION_MINOR)
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
RC_EXPORT uint32_t rc_version(void);
|
||||
RC_EXPORT const char* rc_version_string(void);
|
||||
|
||||
RC_END_C_DECLS
|
||||
|
||||
#endif /* RC_VERSION_H */
|
||||
|
Reference in New Issue
Block a user