mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
8 lines
175 B
C
8 lines
175 B
C
#ifndef POKEPLATINUM_BOOT_H
|
|
#define POKEPLATINUM_BOOT_H
|
|
|
|
void CheckForMemoryTampering(void);
|
|
void RebootAndLoadROM(const char *filesystemPath);
|
|
|
|
#endif // POKEPLATINUM_BOOT_H
|