7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
void main()
|
|
{
|
|
SetCustomToken(101,"Test");
|
|
SetCustomToken(102,"Test 2");
|
|
|
|
}
|