mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 20:05:03 -05:00
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
program new;
|
|
{$i srl/srl.scar}
|
|
{$i srl/srl/misc/users.scar}
|
|
begin
|
|
SRLPlayerForm(true,['Jemoeder'],[],[],[]);
|
|
end.
|