https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9fa4f32633b55085e9ba32da47d8b6456ddab1a8 authored by a1ex on 09 March 2014, 14:18:08 UTC
Close branch eosm-fix-2-finger-menu-open
Tip revision: 9fa4f32
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