Revision b664c5b7f46e7e64c8e94cb09f4d45928c1c0cc6 authored by g3gg0 on 15 June 2017, 19:11:20 UTC, committed by g3gg0 on 15 June 2017, 19:11:20 UTC
1 parent 1111f84
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