Update core headers and sources to use relative includes

This commit is contained in:
Abdelrahman Said
2025-02-24 07:51:08 +00:00
parent 9e66bd60bd
commit 4c14588d92
30 changed files with 105 additions and 101 deletions

View File

@@ -1,5 +1,6 @@
#include "termcolour.h"
#include "terminal_colours.h"
#include "../../../strings/str8/str8.h"
void wapp_shell_termcolour_print_text(Str8RO *text, TerminalColour colour) {
if (colour < WAPP_TERM_COLOUR_FG_BLACK || colour > WAPP_TERM_COLOUR_FG_BR_WHITE) {