mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
2c21e3df8b
* update rcheevos to v10.0.0 * changes for rcheevos 10 * map virtual tracks in cd_open_track_handler * address travis warnings
9 lines
143 B
C
9 lines
143 B
C
#ifndef RCHEEVOS_H
|
|
#define RCHEEVOS_H
|
|
|
|
#include "rc_runtime.h"
|
|
#include "rc_runtime_types.h"
|
|
#include "rc_consoles.h"
|
|
|
|
#endif /* RCHEEVOS_H */
|