9 lines
91 B
Plaintext
9 lines
91 B
Plaintext
|
// Performer: Face a near-by PC
|
||
|
|
||
|
#include "lmpperfmisc"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
FacePCBoth();
|
||
|
}
|