summaryrefslogtreecommitdiff
path: root/src/data/text/easy_chat/words_by_letter.h
blob: dd783f228633adbfc69481accf4619e5134e1634 (plain)
1
2
3
4
5
6
7
8
#ifndef DATA_TEXT_EASY_CHAT_WORDS_BY_LETTER
#define DATA_TEXT_EASY_CHAT_WORDS_BY_LETTER
#if ENGLISH
#include "words_by_letter_en.h"
#elif GERMAN
#include "words_by_letter_de.h"
#endif
#endif // DATA_TEXT_EASY_CHAT_WORDS_BY_LETTER