https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 5964c9954f10ba8c68e0e919f364c00c62e3fde2 authored by Giovanni C on 01 February 2014, 11:34:48 UTC
Close branch 1100d-raw.
Tip revision: 5964c99
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