https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 0c3f2d0844a73bdd0784ecb7c5ad71ecd4f8fee6 authored by a1ex on 09 March 2014, 07:36:53 UTC
Close branch eosm-ettr-timelapse-fix
Tip revision: 0c3f2d0
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