view parser-mpcmd.h @ 25569:1ab8dade208c

fixed bug when playing multi-angle titles: the address field in the agli data of the current angle must be != 0x7fffffff to be skippable; patch by oattila chello hu
author nicodvb
date Sat, 05 Jan 2008 10:48:17 +0000
parents d88f5f82826e
children 4129c8cfa742
line wrap: on
line source

#ifndef PARSER_MPCMD_H
#define PARSER_MPCMD_H

extern play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);

#endif /* PARSER_MPCMD_H */