mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
14 lines
122 B
ObjectPascal
Executable file
14 lines
122 B
ObjectPascal
Executable file
unit KernelDebugger;
|
|
|
|
{obsolete}
|
|
|
|
{$MODE Delphi}
|
|
|
|
interface
|
|
|
|
uses classes, sysutils;
|
|
|
|
|
|
implementation
|
|
|
|
end.
|