15 lines
168 B
Plaintext
15 lines
168 B
Plaintext
|
#include "x0_inc_henai"
|
||
|
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// TK removed SendForHelp
|
||
|
// SendForHelp();
|
||
|
|
||
|
SetCommandable(TRUE);
|
||
|
|
||
|
ClearAllActions();
|
||
|
|
||
|
SetCommandable(FALSE);
|
||
|
}
|