aboutsummaryrefslogtreecommitdiff
path: root/core/input_map.h
diff options
context:
space:
mode:
authorJuan Linietsky2016-06-05 01:19:42 -0300
committerJuan Linietsky2016-06-05 01:19:42 -0300
commit64fd75d91a65d6fe05cf6c3578f53f85b4c92c27 (patch)
tree2166e92e2b8f00e83026ebf59563d514bf6f806f /core/input_map.h
parentcee94b61199163ad3c03e240fad5b164958687ff (diff)
downloadgodot-64fd75d91a65d6fe05cf6c3578f53f85b4c92c27.tar.gz
godot-64fd75d91a65d6fe05cf6c3578f53f85b4c92c27.tar.zst
godot-64fd75d91a65d6fe05cf6c3578f53f85b4c92c27.zip
Diffstat (limited to 'core/input_map.h')
-rw-r--r--core/input_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/input_map.h b/core/input_map.h
index 82b650516..dc5a91196 100644
--- a/core/input_map.h
+++ b/core/input_map.h
@@ -74,6 +74,7 @@ public:
void load_from_globals();
+ void load_default();
InputMap();
};