From d8c4d84dc75300c6d4d8b0adceafa33741960b92 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 27 Sep 2025 18:38:35 +0200 Subject: added http lib, working on AI invoice importing --- include/log.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/log.hpp') diff --git a/include/log.hpp b/include/log.hpp index cdb6a9f..bff3d05 100644 --- a/include/log.hpp +++ b/include/log.hpp @@ -29,12 +29,12 @@ typedef struct { u32 history_length; char history[MAX_LEN_LOG_HISTORY][MAX_LEN_LOG_TXT]; ImVec4 colors[MAX_LEN_LOG_HISTORY]; -} log; +} program_log; #define STOPWATCH_START tick_t timestamp_start = timer_current(); #define STOPWATCH_TIME (timer_elapsed(timestamp_start)*1000.0f) -log* get_log(); +program_log* get_log(); void log_clear(); void log_aerr(a_err errors); -- cgit v1.2.3-70-g09d2