https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 859b97c84c054ec61e26ec6359c2f2801040faaa authored by g3gg0 on 12 October 2012, 18:03:24 UTC
7D: about page update
Tip revision: 859b97c
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