more progress on converting cmds codepaths -> msgs codepaths

This commit is contained in:
Ryan Fleury
2024-09-01 16:20:26 -07:00
parent 06f65857db
commit 6b02c8a7d6
10 changed files with 274 additions and 6 deletions
+1
View File
@@ -1561,6 +1561,7 @@ __VA_ARGS__ \
////////////////////////////////
//~ rjf: Message Functions
internal D_MsgKind d_msg_kind_from_string(String8 string);
internal void d_msg_(D_MsgKind kind, D_Regs *regs);
#define d_msg(kind, ...) d_msg_((kind),\
&(D_Regs)\