https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: b0c87d93a0745a686df6b7f6118a7303ddfde3d0 authored by Alex on 06 October 2017, 22:20:19 UTC
Close branch kichetof/qemu-install-elegant-way-to-install-pack-1506440503741.
Tip revision: b0c87d9
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