Declare external functions for termcolour and commander in the headers
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#include "termcolour.h"
|
||||
#include "terminal_colours.h"
|
||||
|
||||
extern void print_coloured_text(const char *text, TerminalColour colour);
|
||||
|
||||
void wapp_shell_termcolour_print_text(const char *text, TerminalColour colour) {
|
||||
if (colour < WAPP_TERM_COLOUR_FG_BLACK || colour > WAPP_TERM_COLOUR_FG_BR_WHITE) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user