summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--uisimulator/common/stubs.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 00a0701f80..f455905ac9 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -247,6 +247,19 @@ int talk_spell(char* spell, bool enqueue)
return 0;
}
+bool talk_menus_enabled(void)
+{
+ return false;
+}
+
+void talk_enable_menus(void)
+{
+}
+
+void talk_disable_menus(void)
+{
+}
+
const char* const dir_thumbnail_name = "_dirname.talk";
const char* const file_thumbnail_ext = ".talk";
#endif