Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
545 B

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. //=============================================================================//
  6. #ifndef GAMEEVENTDEFS_H
  7. #define GAMEEVENTDEFS_H
  8. #ifdef _WIN32
  9. #pragma once
  10. #endif
  11. // Make sure your gameevents.res and this file is in sync
  12. // Event names may be 32 characters long and are case sensitive
  13. // 256 is the maximum number of game events
  14. #define GAME_EVENT_PLAYER_DEATH "player_death"
  15. #define GAME_EVENT_SAY_TEXT "say_text"
  16. #endif // GAMEEVENTDEFS_H