blob: 2350e25021969b0f69493a63d7167e0665e435b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef GUARD_MENU_INDICATORS_H
#define GUARD_MENU_INDICATORS_H
#include "global.h"
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
u8 AddScrollIndicatorArrowPairParametrized(u8, u8, u8, u8, s32, u16, u16, u16 *);
void RemoveScrollIndicatorArrowPair(u8);
#endif //GUARD_MENU_INDICATORS_H
|