https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 6814bbc2cc6a8c83692a7f9de2fa381fc47af9e2 authored by alex@thinkpad on 09 December 2018, 13:33:52 UTC
Close branch
Tip revision: 6814bbc
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