1
mirror of https://github.com/mpv-player/mpv synced 2024-11-18 21:16:10 +01:00
mpv/parser-mpcmd.h

10 lines
233 B
C
Raw Normal View History

#ifndef MPLAYER_PARSER_MPCMD_H
#define MPLAYER_PARSER_MPCMD_H
#include "playtree.h"
#include "m_config.h"
play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);
#endif /* MPLAYER_PARSER_MPCMD_H */