mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00

constants in Delphi mode on non-treetypedconstbuilder platforms (mantis #21267) git-svn-id: trunk@21344 -
10 lines
138 B
ObjectPascal
10 lines
138 B
ObjectPascal
{ %norun }
|
|
|
|
{$mode delphi}
|
|
|
|
const
|
|
GameObjectClass_Get_Metal_Cost : function(team : integer) : Integer = Pointer($004CDFA0);
|
|
|
|
begin
|
|
end.
|