mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
13 lines
223 B
C
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
|