summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/emccx.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/emccx.json')
-rw-r--r--apps/plugins/puzzles/src/emccx.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/emccx.json b/apps/plugins/puzzles/src/emccx.json
index e03f7e25c7..bdab346d79 100644
--- a/apps/plugins/puzzles/src/emccx.json
+++ b/apps/plugins/puzzles/src/emccx.json
@@ -18,6 +18,10 @@
18 '_timer_callback', 18 '_timer_callback',
19 // Callback from button presses in the UI outside the canvas 19 // Callback from button presses in the UI outside the canvas
20 '_command', 20 '_command',
21 // Game-saving and game-loading functions
22 '_get_save_file',
23 '_free_save_file',
24 '_load_game',
21 // Callbacks to return values from dialog boxes 25 // Callbacks to return values from dialog boxes
22 '_dlg_return_sval', 26 '_dlg_return_sval',
23 '_dlg_return_ival', 27 '_dlg_return_ival',