Add basic logging functionality
Release / release (push) Successful in 6s

This commit is contained in:
2026-05-17 18:40:10 +01:00
parent 2e5163ba33
commit c67a448d00
9 changed files with 169 additions and 2 deletions
+2
View File
@@ -12,6 +12,8 @@
BEGIN_C_LINKAGE
#endif // !WAPP_PLATFORM_CPP
// TODO (Abdelrahman): Look into moving away from stdio in the implementation
void wapp_shell_termcolour_print_text(Str8RO *text, TerminalColour colour);
void wapp_shell_termcolour_clear_colour(void);