9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
|
#include "inc_alignset"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SetAlignment(GetPCSpeaker(), ALIGNMENT_NEUTRAL, ALIGNMENT_GOOD);
|
||
|
}
|
||
|
|
||
|
|