https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 14ecfe094386658d89f2e502e759ecd272d2d57e authored by Alex on 06 January 2017, 23:06:09 UTC
Close branch raw_video_10bit_12bit_debug.
Tip revision: 14ecfe0
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