From 2750d5e944fc1fe77fa7f1c8a626737728c9fc2e Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Sun, 23 Apr 2023 22:58:28 -0700 Subject: [PATCH] Add todo string with link for string8 library --- makeprompt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makeprompt.h b/makeprompt.h index 28c977e..7d941d7 100644 --- a/makeprompt.h +++ b/makeprompt.h @@ -10,6 +10,8 @@ NPC_MOOSE, } NpcKind; +// TODO do strings: https://pastebin.com/Kwcw2sye + #define DO_CHATGPT_PARSING #define Log(...) { printf("%s Log %d | ", __FILE__, __LINE__); printf(__VA_ARGS__); }