mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-20 08:27:20 -05:00
9 lines
157 B
C
9 lines
157 B
C
#ifndef GUARD_START_MENU_H
|
|
#define GUARD_START_MENU_H
|
|
|
|
#include "global.h"
|
|
|
|
void AppendToList(u8* list, u8* pos, u8 newEntry);
|
|
|
|
#endif // GUARD_START_MENU_H
|