Revision 3553234c34a0ae55dc855d44ec2635c805c2b3de authored by alex@thinkpad on 05 September 2016, 19:48:15 UTC, committed by alex@thinkpad on 05 September 2016, 19:48:15 UTC
1 parent 1b76e90
Raw File
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