https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: ddff68f3cebd33eb2132fb3fb6073e2be9a07221 authored by a1ex on 09 January 2014, 09:43:47 UTC
Close branch marekk17/raw_recc-60d-refresh-timer-1383690065386.
Tip revision: ddff68f
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