https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9835d9f7c20f8d55db71f989351b477bfde0795d authored by danne on 08 January 2017, 22:12:57 UTC
Closed branch raw_10bit_12bit_crop_rec_8jan
Tip revision: 9835d9f
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