BSOne.SFC/Tocsg.Module/AppCtrl/DLL_AppCtrl/Define.pas

12 lines
99 B
Plaintext

unit Define;
interface
const
CLIENT_TYPE = 10001;
CLIENT_VER = '1';
implementation
end.