mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-31 19:30:03 +00:00
split command lister-omission to being either included in ui lists, and included in lower level ipc driving documentation
This commit is contained in:
@@ -829,7 +829,8 @@ struct DF_CmdQuery
|
||||
typedef U32 DF_CmdSpecFlags;
|
||||
enum
|
||||
{
|
||||
DF_CmdSpecFlag_OmitFromLists = (1<<0),
|
||||
DF_CmdSpecFlag_ListInUI = (1<<0),
|
||||
DF_CmdSpecFlag_ListInIPCDocs = (1<<1),
|
||||
};
|
||||
|
||||
typedef struct DF_CmdSpecInfo DF_CmdSpecInfo;
|
||||
|
||||
Reference in New Issue
Block a user