summaryrefslogtreecommitdiff
path: root/engine/dt_test.h
blob: 26583b8da73b05df069ed61515655a88e99c3ea2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//
//=============================================================================//

#ifndef DATATABLE_TEST_H
#define DATATABLE_TEST_H


#ifdef _DEBUG

void RunDataTableTest();

#endif


#endif