CelestialSphere.hrh 660 B

1234567891011121314151617181920212223
  1. /*
  2. ============================================================================
  3. Name : CelestialSphere.hrh
  4. Author : Den Grigorenko
  5. Copyright : Copyright (c) 2008 Den123
  6. Description : This file contains declarations for constants of CelestialSphere.
  7. The file can be included in C++ or resource file.
  8. ============================================================================
  9. */
  10. #ifndef __CELESTIALSPHERE_HRH__
  11. #define __CELESTIALSPHERE_HRH__
  12. #define _UID3 0xA000843D
  13. // CelestialSphere enumerate command codes
  14. enum TCelestialSphereIds
  15. {
  16. EAbout = 0x6001 // start value must not be 0
  17. };
  18. #endif // __CELESTIALSPHERE_HRH__