rulimine/common/console.h
2022-02-03 10:38:43 +01:00

7 lines
73 B
C

#ifndef __CONSOLE_H__
#define __CONSOLE_H__
void console(void);
#endif