feat: add debug trace channel
This commit is contained in:
parent
fdf7a0c3bb
commit
448d130c7c
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@ pub const channel = struct {
|
|||
pub const event: c.thespian_trace_channel = 2048;
|
||||
pub const widget: c.thespian_trace_channel = 4096;
|
||||
pub const input: c.thespian_trace_channel = 8192;
|
||||
pub const debug: c.thespian_trace_channel = 16384;
|
||||
pub const all = c.thespian_trace_channel_all;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue