diff options
Diffstat (limited to 'include/credits.h')
-rw-r--r-- | include/credits.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/credits.h b/include/credits.h new file mode 100644 index 000000000..faad1058a --- /dev/null +++ b/include/credits.h @@ -0,0 +1,11 @@ +#ifndef GUARD_CREDITS_H +#define GUARD_CREDITS_H + +// Exported type declarations + +// Exported RAM declarations +extern EWRAM_DATA bool8 gHasHallOfFameRecords; + +// Exported ROM declarations + +#endif //GUARD_CREDITS_H |