mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-24 00:17:52 +00:00
more progress on converting cmds codepaths -> msgs codepaths
This commit is contained in:
@@ -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)\
|
||||
|
||||
Reference in New Issue
Block a user