https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 11a26408e1880beab5bc90de8331f128845eba99 authored by a1ex on 22 October 2013, 21:28:57 UTC
Close branch ppluciennik_unify_makefiles.
Tip revision: 11a2640
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