1 //
2 //  Test_v3div.h
3 //  BulletTest
4 //
5 //  Copyright (c) 2011 Apple Inc.
6 //
7 
8 #ifndef BulletTest_Test_v3div_h
9 #define BulletTest_Test_v3div_h
10 
11 #ifdef __cplusplus
12 extern "C"
13 {
14 #endif
15 
16 	int Test_v3div(void);
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif
23