https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: c60e633f5fa2836e965f547dce00f290be18b102 authored by a1ex on 22 October 2013, 21:29:52 UTC
Close branch MLFolderAndOsxSupport.
Tip revision: c60e633
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