source: tags/1.2.0/Global.pas

Last change on this file was 190, checked in by chronos, 4 years ago
  • Modified: Code cleanup.
File size: 380 bytes
Line 
1unit Global;
2
3interface
4
5const
6 CevoExt = '.cevo';
7 CevoMapExt = '.cevo map';
8 CevoHomepage = 'http://c-evo.org';
9 CevoContact = 'http://c-evo.org/_sg/contact';
10 CevoContactBug = 'http://c-evo.org/_sg/contact/cevobug.html';
11 AppRegistryKey = '\SOFTWARE\C-evo';
12 AITemplateFileName = 'AI Template' + DirectorySeparator + 'AI development manual.html';
13
14implementation
15
16end.
17
Note: See TracBrowser for help on using the repository browser.