https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 72e69133e886266d5b940fce038ed71996d3f13c authored by alex@thinkpad on 16 August 2017, 20:38:36 UTC
mlv_dump: fix compilation after rawc header update
Tip revision: 72e6913
console.h
#ifndef _CONSOLE_H_
#define _CONSOLE_H_

// console
void console_show();
void console_hide();
void console_clear();

void console_draw_from_menu();

#endif // _CONSOLE_H_
back to top