https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: feb1e6db1f35efbbef8b056035911460eae327e1 authored by a1ex on 17 January 2014, 13:27:33 UTC
Close branch file_man
Tip revision: feb1e6d
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