source:
trunk/Global.pas@
235
Last change on this file since 235 was 190, checked in by , 5 years ago | |
---|---|
File size: 380 bytes |
Line | |
---|---|
1 | unit Global; |
2 | |
3 | interface |
4 | |
5 | const |
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 | |
14 | implementation |
15 | |
16 | end. |
17 |
Note:
See TracBrowser
for help on using the repository browser.