https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: fce1e2301f43c61b55b5887b2d8d84d78f81f2b5 authored by a1ex on 22 February 2014, 00:00:50 UTC
Close branch nanomad/fix-raw2dng-crash-1392679817240.
Tip revision: fce1e23
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