ctrl entity lister; fix up entity parameter commands / lister interaction

This commit is contained in:
Ryan Fleury
2024-10-14 15:01:35 -07:00
parent 6fcdce4e0f
commit 1bf01c790b
8 changed files with 717 additions and 515 deletions
+1 -1
View File
@@ -196,9 +196,9 @@ typedef struct D_CmdParams D_CmdParams;
struct D_CmdParams
{
CTRL_Handle machine;
CTRL_Handle process;
CTRL_Handle thread;
CTRL_Handle entity;
CTRL_HandleList processes;
String8 string;
String8 file_path;
TxtPt cursor;