csgo-2018-source/engine/dt_test.h

23 lines
324 B
C
Raw Permalink Normal View History

2021-07-25 12:11:47 +08:00
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//=============================================================================//
#ifndef DATATABLE_TEST_H
#define DATATABLE_TEST_H
#ifdef _DEBUG
void RunDataTableTest();
#endif
#endif