rulimine/common/console.h

7 lines
73 B
C
Raw Permalink Normal View History

2021-10-09 14:32:57 +03:00
#ifndef __CONSOLE_H__
#define __CONSOLE_H__
void console(void);
#endif