1234567891011121314151617181920212223 |
- /*
- ============================================================================
- Name : CelestialSphere.hrh
- Author : Den Grigorenko
- Copyright : Copyright (c) 2008 Den123
- Description : This file contains declarations for constants of CelestialSphere.
- The file can be included in C++ or resource file.
- ============================================================================
- */
- #ifndef __CELESTIALSPHERE_HRH__
- #define __CELESTIALSPHERE_HRH__
- #define _UID3 0xA000843D
- // CelestialSphere enumerate command codes
- enum TCelestialSphereIds
- {
- EAbout = 0x6001 // start value must not be 0
- };
- #endif // __CELESTIALSPHERE_HRH__
|