From d7b7b4b3391cf99ca63d8311eac3957df7a862ed Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 7 Jul 2009 04:22:49 +0000 Subject: New C++ dmnsn_display* wrapper for tests. --- tests/tests.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/tests.h') diff --git a/tests/tests.h b/tests/tests.h index 30d4002..3ad81ec 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -17,6 +17,9 @@ * along with this program. If not, see . * *************************************************************************/ +#ifndef TESTS_H +#define TESTS_H + #include "../libdimension/dimension.h" #include #include @@ -62,3 +65,5 @@ void progressbar(const char *str, const dmnsn_progress *progress); #ifdef __cplusplus } #endif + +#endif /* TESTS_H */ -- cgit v1.2.3