Files
cool-source-archive/engine/dt_test.h
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

23 lines
311 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//=============================================================================//
#ifndef DATATABLE_TEST_H
#define DATATABLE_TEST_H
#ifdef _DEBUG
void RunDataTableTest();
#endif
#endif