BSOne.SFC/Tocsg.Module/ScreenLock/Define.pas

11 lines
80 B
Plaintext

unit Define;
interface
const
APP_NAME = 'ScreenLock';
implementation
end.