blob: 6ec099cf2dc86c4850de8c6cf14fac97c1ddce96 [file] [log] [blame]
#ifndef _CONSOLE_H_
#define _CONSOLE_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <stdbool.h>
bool Console_handle_command(char *command);
#ifdef __cplusplus
}
#endif
#endif