mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-27 13:22:19 -05:00
17 lines
261 B
C
17 lines
261 B
C
#ifndef POKEPLATINUM_CRYPTO_H
|
|
#define POKEPLATINUM_CRYPTO_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <library/crypto/util.h>
|
|
#include <library/crypto/sign.h>
|
|
#include <library/crypto/rc4.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // POKEPLATINUM_CRYPTO_H
|