mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
17 lines
158 B
ObjectPascal
Executable file
17 lines
158 B
ObjectPascal
Executable file
unit globals;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
uses
|
|
Classes, SysUtils;
|
|
|
|
var
|
|
assetsfolder: string='.\badassets\';
|
|
|
|
|
|
implementation
|
|
|
|
end.
|
|
|