diff options
Diffstat (limited to 'engine/dt_test.h')
| -rw-r--r-- | engine/dt_test.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/engine/dt_test.h b/engine/dt_test.h new file mode 100644 index 0000000..26583b8 --- /dev/null +++ b/engine/dt_test.h @@ -0,0 +1,22 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +// +//=============================================================================// + +#ifndef DATATABLE_TEST_H +#define DATATABLE_TEST_H + + +#ifdef _DEBUG + +void RunDataTableTest(); + +#endif + + +#endif + + |