aboutsummaryrefslogtreecommitdiff
path: root/cmake/platforms/emscripten.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platforms/emscripten.cmake')
-rw-r--r--cmake/platforms/emscripten.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/platforms/emscripten.cmake b/cmake/platforms/emscripten.cmake
index b7e9c7d..e13366f 100644
--- a/cmake/platforms/emscripten.cmake
+++ b/cmake/platforms/emscripten.cmake
@@ -35,6 +35,9 @@ set(emcc_export_list
_timer_callback
# Callback from button presses in the UI outside the canvas
_command
+ # Text-formatting for copying to clipboard
+ _get_text_format
+ _free_text_format
# Game-saving and game-loading functions
_get_save_file
_free_save_file