https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 3dadaff458ad42fefe97d349471f39675c1ab56e authored by a1ex on 27 February 2014, 06:40:51 UTC
Close branch rightisos
Tip revision: 3dadaff
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