https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: a5ed4f67358b32afe38757d981003994c059e358 authored by a1ex on 15 February 2014, 18:52:49 UTC
Close branch menu_caret
Tip revision: a5ed4f6
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