mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
- aes and 3DS functions in hash.c removed, due to potential legal issues. - .github/test/validator directories removed, as they are unnecessary.
8 lines
143 B
C
8 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 */
|