8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
|
#include "inc_alignset"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SetAlignment(GetPCSpeaker(), ALIGNMENT_LAWFUL, ALIGNMENT_GOOD);
|
||
|
}
|
||
|
|