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