pmd-red/include/constants/common_strings_hints.h
2023-09-23 05:26:13 -04:00

13 lines
223 B
C

#ifndef GUARD_COMMON_STRINGS_HINTS_H
#define GUARD_COMMON_STRINGS_HINTS_H
// size: 0x8
typedef struct Hints
{
const u8 *heading;
const u8 *body;
} Hints;
#define NUM_HINTS 5
#endif // GUARD_COMMON_STRINGS_HINTS_H