https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 00b9857d19a02d8f0593bf6ef9cb642a82c25aa3 authored by Giovanni C on 23 February 2014, 08:55:49 UTC
Close branch encrypt2
Tip revision: 00b9857
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