8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
// Terminate the performance - Move both performers to the home point.
|
|
#include "lmpperfmisc"
|
|
|
|
void main()
|
|
{
|
|
TerminatePerformBoth();
|
|
}
|