https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: b982d8cfaeb57765bbe605f2e0b296a22389e616 authored by a1ex on 27 April 2016, 22:05:25 UTC
Close branch powersave-focusring
Tip revision: b982d8c
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