cheat-engine/frmallocatememunit.pas
cheatengine@gmail.com 4d297adfd2
2011-07-04 19:52:19 +00:00

24 lines
350 B
ObjectPascal

unit frmallocatememunit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
Tfrmallocatemem = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
end;
var
frmallocatemem: Tfrmallocatemem;
implementation
{$R *.dfm}
end.