add the 'extras' and Bullet 2 tests, to make it easier to create a new intermediate release
This commit is contained in:
22
test/Bullet2/Source/Tests/Test_v3cross.h
Normal file
22
test/Bullet2/Source/Tests/Test_v3cross.h
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// Test_v3cross.h
|
||||
// BulletTest
|
||||
//
|
||||
// Copyright (c) 2011 Apple Inc.
|
||||
//
|
||||
|
||||
#ifndef BulletTest_Test_v3cross_h
|
||||
#define BulletTest_Test_v3cross_h
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int Test_v3cross(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user