https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f1ca74a673122d9a28f39735c52d53111bbb122b authored by Giovanni Condello on 28 May 2013, 19:29:13 UTC
Close common-gui-c branch
Tip revision: f1ca74a
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