1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Tests/PS/Playerform.simba

7 lines
116 B
Plaintext
Raw Normal View History

2010-09-11 08:01:33 -04:00
program new;
{$i srl/srl.scar}
{$i srl/srl/misc/users.scar}
begin
SRLPlayerForm(true,['Jemoeder'],[],[],[]);
end.