Mission3.h 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /*
  2. ** Command & Conquer Renegade(tm)
  3. ** Copyright 2025 Electronic Arts Inc.
  4. **
  5. ** This program is free software: you can redistribute it and/or modify
  6. ** it under the terms of the GNU General Public License as published by
  7. ** the Free Software Foundation, either version 3 of the License, or
  8. ** (at your option) any later version.
  9. **
  10. ** This program is distributed in the hope that it will be useful,
  11. ** but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. ** GNU General Public License for more details.
  14. **
  15. ** You should have received a copy of the GNU General Public License
  16. ** along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. */
  18. /******************************************************************************
  19. *
  20. * FILE
  21. * Mission3.h
  22. *
  23. * DESCRIPTION
  24. * Mission 3 Header File
  25. *
  26. * PROGRAMMER
  27. * Dan Etter
  28. *
  29. * VERSION INFO
  30. * $Author: Dan_e $
  31. * $Revision: 45 $
  32. * $Modtime: 12/03/01 11:46a $
  33. * $Archive: /Commando/Code/Scripts/Mission3.h $
  34. *
  35. ******************************************************************************/
  36. #ifndef _MISSION3_H_
  37. #define _MISSION3_H_
  38. // Defines and Includes
  39. #define GOTO_STAR 20000
  40. // Predefined Constants
  41. // Public Variables
  42. // Enumerations
  43. #define SAKURA_DOGFIGHT 40000
  44. #define DOGFIGHT_ENDED 40001
  45. #define MCT_ACCESSED 40002
  46. #define COMM_KILLED 40003
  47. #define ENTERED 40004
  48. #define MESSAGE_DELAY 40005
  49. #define REMOVE_SECONDARY_POG 40006
  50. #define ANNOUNCEMENT_DELAY 40007
  51. #define TROOP_KILLED 40008
  52. #define PAST_PILLBOX 40009
  53. #define POWER_KILLED 40010
  54. #define ENGINEER 40011
  55. #define HEAL_ME 40012
  56. #define HEALTH_CHECK 40013
  57. #define STOP_REPAIR 40014
  58. #define MOVE_TO_HEAL 40015
  59. #define REPAIRING 40016
  60. #define UPDATE 40017
  61. #define BASE 40018
  62. #define INLET 40019
  63. #define BEACH 40020
  64. #define LOCATION 40021
  65. #define ACTIVATE 40022
  66. #define BASE_ENTERED 40023
  67. #define ORCA_TIMER 40024
  68. #define MISSION_FAIL 40025
  69. #define GUNBOAT_KILLED 40026
  70. #define CANNON_KILLED 40027
  71. // Timer Enumerations
  72. #define INLET_REINFORCE 60000
  73. #define CLOUD_DELAY 60001
  74. #endif // _MISSION3_H_