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.

14 lines
601 B

  1. //-----------------------------------------------------------------------------
  2. // HEADERS.VPC - Allows for sync'd inclusion of headers for replay_common.lib
  3. // other vpc's.
  4. //-----------------------------------------------------------------------------
  5. $Folder $REPLAY_COMMON_HEADERS_TITLE
  6. {
  7. $File "$SRCDIR\common\replay\replay.h"
  8. $File "$SRCDIR\common\replay\replaylib.h"
  9. $File "$SRCDIR\common\replay\performance.h"
  10. $File "$SRCDIR\common\replay\replaytime.h"
  11. $File "$SRCDIR\common\replay\replayutils.h"
  12. $File "$SRCDIR\common\replay\screenshot.h"
  13. $File "$SRCDIR\common\replay\shared_defs.h"
  14. }