summaryrefslogtreecommitdiff
path: root/include/screen_setting.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/screen_setting.h')
-rw-r--r--include/screen_setting.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/screen_setting.h b/include/screen_setting.h
index 88f2289..1684c0d 100644
--- a/include/screen_setting.h
+++ b/include/screen_setting.h
@@ -9,6 +9,7 @@ extern void eventScreenSetting();
extern void getSettingNameRight(char *s);
extern void getSettingNameLeft(char *s);
extern void getSettingCountRound(int *n);
+extern char* getSettingAI();
extern bool_t isSettingAnyItem();
extern bool_t isSettingItem(int item);
extern void quitScreenSetting();