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

11 lines
81 B
Plaintext

unit Define;
interface
const
APP_TITLE = 'BlueMon';
implementation
end.