11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
|
/**
|
||
|
* Send stand event
|
||
|
*
|
||
|
* Copyright (C) 2002-2003 Jim Woodgate - woody@realtime.net
|
||
|
*/
|
||
|
|
||
|
void main() {
|
||
|
SignalEvent(OBJECT_SELF, EventUserDefined(202)); // stand
|
||
|
}
|
||
|
|