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

27 lines
475 B
ObjectPascal

unit InjectedpointerscanornotFRM;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TfrmInjectedpointerscanornot = class(TForm)
Label1: TLabel;
Button1: TButton;
Button2: TButton;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frmInjectedpointerscanornot: TfrmInjectedpointerscanornot;
implementation
{$R *.dfm}
end.