summaryrefslogtreecommitdiff
path: root/replay/sv_publishtest.h
blob: 2b7ca7d09e1a35f97560e0780707f6907a84465b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//========= Copyright Valve Corporation, All rights reserved. ============//
//
//=======================================================================================//

#ifndef SV_PUBLISHTEST_H
#define SV_PUBLISHTEST_H
#ifdef _WIN32
#pragma once
#endif

//----------------------------------------------------------------------------------------

bool		SV_DoTestPublish();

//----------------------------------------------------------------------------------------

#endif	// SV_PUBLISHTEST_H