This is the doxygen documentation for gtkboard.
.
#include <engine.h>
Data Fields | |
| char* | proto_str |
| The string. | |
| int | isimpl |
| Has this command been implemented. | |
| void (* | impl_func )(char *) |
| Function which will execute this command. | |
Definition at line 25 of file engine.h.
|
|
Function which will execute this command.
Referenced by execute_command(). |
|
|
Has this command been implemented.
|
|
|
The string.
|