diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-10-16 01:14:35 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-10-16 01:14:35 (GMT) |
commit | 7332ec9fe260140ff74506fa2ba95e0a2bbf352e (patch) | |
tree | ab72752cc52e68d1ed77559cdd18d702ffc05b2c /tests/csgtestcore.h | |
parent | 7735f5510cdc2d396092d04ed98a2dbaec347608 (diff) |
clean up linux changes to fit with win32 changes.
Diffstat (limited to 'tests/csgtestcore.h')
-rw-r--r-- | tests/csgtestcore.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/csgtestcore.h b/tests/csgtestcore.h index b988b21..330c894 100644 --- a/tests/csgtestcore.h +++ b/tests/csgtestcore.h @@ -1,3 +1,6 @@ +#ifndef CSGTESTCORE_H_ +#define CSGTESTCORE_H_ + enum test_type_e { TEST_THROWNTOGETHER, TEST_OPENCSG @@ -5,3 +8,5 @@ enum test_type_e { int csgtestcore(int argc, char *argv[], test_type_e test_type); +#endif + |