https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: aa66a6c80fd19bf06db58e1ae07c2ce1915b139a authored by a1ex on 07 January 2014, 14:34:24 UTC
Close branch lvinfo
Tip revision: aa66a6c
menuhelp.h
#ifndef _menuhelp_h_
#define _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
);

#endif // _menuhelp_h_
back to top