Rev 50 | Rev 59 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 50 | Rev 56 | ||
|---|---|---|---|
| Line 5... | Line 5... | ||
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | // common definitions | 
            7 | // common definitions | 
          
| 8 | #define PROGRAM_NAME L"Chess Giants" | 
            8 | #define PROGRAM_NAME L"Chess Giants" | 
          
| 9 | #define DEMO_TIMEOUT (6.0f * 60.0f) | 
            9 | #define DEMO_TIMEOUT (6.0f * 60.0f) | 
          
| 10 | #define PROGRAM_VERSION L"2. | 
            10 | #define PROGRAM_VERSION L"2.6" | 
          
| 11 | #define PROGRAM_COPYRIGHT L"© 2010-2014" | 
            11 | #define PROGRAM_COPYRIGHT L"© 2010-2014" | 
          
| 12 | #define PROGRAM_URL L"http://www.pmbaty.com/chess" | 
            12 | #define PROGRAM_URL L"http://www.pmbaty.com/chess" | 
          
| 13 | #define AUTHOR_NAME L"Pierre-Marie Baty" | 
            13 | #define AUTHOR_NAME L"Pierre-Marie Baty" | 
          
| 14 | #define AUTHOR_EMAIL L"pm@pmbaty.com" | 
            14 | #define AUTHOR_EMAIL L"pm@pmbaty.com" | 
          
| 15 | /////////////////////// | 
            15 | /////////////////////// |