mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-21 08:45:06 -05:00
Merge branch 'master' of https://github.com/MerlijnWajer/Simba
This commit is contained in:
commit
5e737bbdb9
@ -123,17 +123,14 @@ begin
|
||||
begin
|
||||
if (GetTypeInfo(I, Plugins[NumPlugins].Types[I].TypeName, Plugins[NumPlugins].Types[I].TypeDef) < 0) then
|
||||
begin
|
||||
WriteLn('Failed...');
|
||||
Plugins[NumPlugins].Types[I].TypeName := '';
|
||||
Plugins[NumPlugins].Types[I].TypeDef := '';
|
||||
end;
|
||||
WriteLn(Plugins[NumPlugins].Types[I].TypeName + ' = ' + Plugins[NumPlugins].Types[I].TypeDef);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
ArrC := GetFuncCount();
|
||||
WriteLn(ArrC);
|
||||
Plugins[NumPlugins].MethodLen := ArrC;
|
||||
SetLength(Plugins[NumPlugins].Methods, ArrC);
|
||||
|
||||
@ -142,7 +139,6 @@ begin
|
||||
begin;
|
||||
if (GetFuncInfo(I, pntr, PD) < 0) then
|
||||
Continue;
|
||||
WriteLn(PD);
|
||||
Plugins[NumPlugins].Methods[I].FuncPtr := pntr;
|
||||
Plugins[NumPlugins].Methods[I].FuncStr := PD;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user