mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
15 lines
231 B
C
15 lines
231 B
C
#ifndef POKEPLATINUM_UTIL_H
|
|
#define POKEPLATINUM_UTIL_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void CRYPTO_SetAllocator(void *(* param0)(u32), void (* param1)(void *));
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // POKEPLATINUM_UTIL_H
|