diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-07-07 04:22:49 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-07-07 04:22:49 +0000 |
commit | d7b7b4b3391cf99ca63d8311eac3957df7a862ed (patch) | |
tree | ca25a171111abb0bfffc53fd61b01623b36992b6 /tests/tests.h | |
parent | c54af1b6644216335361e61e770037aca1527756 (diff) | |
download | dimension-d7b7b4b3391cf99ca63d8311eac3957df7a862ed.tar.xz |
New C++ dmnsn_display* wrapper for tests.
Diffstat (limited to 'tests/tests.h')
-rw-r--r-- | tests/tests.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. * *************************************************************************/ +#ifndef TESTS_H +#define TESTS_H + #include "../libdimension/dimension.h" #include <GL/glx.h> #include <GL/gl.h> @@ -62,3 +65,5 @@ void progressbar(const char *str, const dmnsn_progress *progress); #ifdef __cplusplus } #endif + +#endif /* TESTS_H */ |