23 lines
324 B
C
23 lines
324 B
C
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//
|
|
//=============================================================================//
|
|
|
|
#ifndef DATATABLE_TEST_H
|
|
#define DATATABLE_TEST_H
|
|
|
|
|
|
#ifdef _DEBUG
|
|
|
|
void RunDataTableTest();
|
|
|
|
#endif
|
|
|
|
|
|
#endif
|
|
|
|
|