Revision 27188bfef28c48a696b870a15f8927d96a7ee029 authored by a1ex on 22 October 2013, 21:29:21 UTC, committed by a1ex on 22 October 2013, 21:29:21 UTC
1 parent c8588c2
Raw File
menuhelp.h

void menu_help_go_to_page(int page);

void menu_help_go_to_label(void* label, int delta);

void menu_help_section_print(
        void *                  priv,
        int                     x,
        int                     y,
        int                     selected
);
back to top