https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: be0cb3e54752ca94ac8f8d363c9db35978c337b9 authored by alex@thinkpad on 01 September 2016, 19:21:23 UTC
console: console_clear is still used
Tip revision: be0cb3e
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