Imported Upstream version 2.81
[platform/upstream/libbullet.git] / Test / Source / Tests / Test_v3lerp.h
1 //
2 //  Test_v3lerp.h
3 //  BulletTest
4 //
5 //  Copyright (c) 2011 Apple Inc.
6 //
7
8 #ifndef BulletTest_Test_v3lerp_h
9 #define BulletTest_Test_v3lerp_h
10
11 #ifdef __cplusplus
12 extern "C" { 
13 #endif
14
15 int Test_v3lerp(void);
16
17 #ifdef __cplusplus
18 }
19 #endif
20
21     
22 #endif