https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 40f1f03cba7fbf0469837ab41cb0a4ccc788cf3f authored by Giovanni C on 02 September 2013, 21:36:35 UTC
Close branch unlimited-bracketing-shots
Tip revision: 40f1f03
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