aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/wordcompletion.h
blob: 39be8511bf2f9ced9ec5d9f9f04b76de5d538537 (plain)
1
2
3
4
5
6
7
8
9
10
namespace DS {

extern bool findWordCompletions(char* input);
extern void addAutoCompleteLine(char* line);
extern void sortAutoCompleteWordList();

}