1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-12-22 07:18:51 -05:00

lol-a-bike subsection for 'web'.

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@362 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Raymond 2010-01-02 22:51:06 +00:00
parent ecbfc0d9e0
commit bbc243e221

View File

@ -100,6 +100,7 @@ AddFunction(@Random,'function Random(Int : integer): integer;');
AddFunction(@Capitalize,'function Capitalize(str : string) : string;');
{web}
SetCurrSection('Web');
AddFunction(@OpenWebPage,'procedure OpenWebPage(url : string);');
AddFunction(@ps_GetPage,'function GetPage(url : string): string;');