GUI: add a debug window
This commit is contained in:
parent
30b012cc5e
commit
0e633ea69b
44 changed files with 490 additions and 4 deletions
|
|
@ -171,6 +171,12 @@ class DivDispatch {
|
|||
*/
|
||||
virtual void tick();
|
||||
|
||||
/**
|
||||
* get the state of a channel.
|
||||
* @return a pointer, or NULL.
|
||||
*/
|
||||
virtual void* getChanState(int chan);
|
||||
|
||||
/**
|
||||
* get this dispatch's state.
|
||||
* @return a pointer to the dispatch's state. must be deallocated manually!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue