mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-08 04:08:02 -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.
|