Imported Upstream version 2.81
[platform/upstream/libbullet.git] / Test / Source / main.h
1 //
2 //  main.h
3 //  BulletTest
4 //
5 //  Copyright (c) 2011 Apple Inc.
6 //
7
8 #ifndef BulletTest_main_h
9 #define BulletTest_main_h
10
11 #ifdef __cplusplus
12 extern "C" { 
13 #endif
14
15     extern int gReportAverageTimes;     // if 0, report best times
16     extern int gExitOnError;            // if non-zero, exit as soon an an error is encountered
17     extern const char *gAppName;        // the name of this application
18     
19 #ifdef __cplusplus
20 }
21 #endif
22
23
24
25 #endif