summaryrefslogtreecommitdiffstats
path: root/core/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/command.h')
-rw-r--r--core/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/command.h b/core/command.h
index 2c2de03585..dbe1f638e2 100644
--- a/core/command.h
+++ b/core/command.h
@@ -22,6 +22,8 @@
struct MPContext;
struct mp_cmd;
+void mp_get_osd_mouse_pos(struct MPContext *mpctx, float *x, float *y);
+
void run_command(struct MPContext *mpctx, struct mp_cmd *cmd);
char *mp_property_expand_string(struct MPContext *mpctx, char *str);
void property_print_help(void);