diff options
author | Vicnet <vo.publique@gmail.com> | 2013-09-13 12:52:22 (GMT) |
---|---|---|
committer | Vicnet <vo.publique@gmail.com> | 2013-09-13 12:52:22 (GMT) |
commit | 7b1e423f8214bb42c7668505066507e4d9c7091a (patch) | |
tree | 19e9174a312f35af416f9fa4cd58f31876052e79 /tests/csgtestcore.h | |
parent | f6343949ebc6936880a6cd62bfe3574541a11fb5 (diff) | |
parent | ead8749e99238c18a3d7bb903f98bb7bca6a7685 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tests/csgtestcore.h')
-rw-r--r-- | tests/csgtestcore.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/csgtestcore.h b/tests/csgtestcore.h deleted file mode 100644 index 330c894..0000000 --- a/tests/csgtestcore.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef CSGTESTCORE_H_ -#define CSGTESTCORE_H_ - -enum test_type_e { - TEST_THROWNTOGETHER, - TEST_OPENCSG -}; - -int csgtestcore(int argc, char *argv[], test_type_e test_type); - -#endif - |