https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7ee7176a3ba6146a9f64042cb325306a42c2747e authored by a1ex on 10 January 2014, 08:18:38 UTC
Close branch intervalometer_on_startup
Tip revision: 7ee7176
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