mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
23 lines
311 B
C
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
|
||
|
|
||
|
|