2025-06-04 03:22:50 +02:00

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