aboutsummaryrefslogtreecommitdiff
path: root/emccx.json
diff options
context:
space:
mode:
Diffstat (limited to 'emccx.json')
-rw-r--r--emccx.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/emccx.json b/emccx.json
index 25d08fe..bdab346 100644
--- a/emccx.json
+++ b/emccx.json
@@ -18,9 +18,10 @@
'_timer_callback',
// Callback from button presses in the UI outside the canvas
'_command',
- // Game-saving functions
+ // Game-saving and game-loading functions
'_get_save_file',
'_free_save_file',
+ '_load_game',
// Callbacks to return values from dialog boxes
'_dlg_return_sval',
'_dlg_return_ival',