https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 2371800c0d1c5f8f4fb51ca955665967e4b4c2ea authored by a1ex on 22 February 2014, 11:39:30 UTC
Close branch module-check-firmware-version
Tip revision: 2371800
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