https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 065076b01148bbf37300e05e6a5e3891f93fe412 authored by Alex on 13 January 2017, 22:46:23 UTC
Close branch 5D3-123.
Tip revision: 065076b
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