fix mac build

This commit is contained in:
Erwin Coumans 2015-04-16 22:23:34 -07:00
parent ad8f705bcb
commit 8ce75fd7a7

View File

@ -16,7 +16,6 @@ subject to the following restrictions:
///-----includes_start-----
#include "btBulletDynamicsCommon.h"
#include <stdio.h>
#include <conio.h>
/// This is a Hello World program for running a basic Bullet physics simulation
@ -182,6 +181,6 @@ int main(int argc, char** argv)
///-----cleanup_end-----
printf("Press a key to exit\n");
getch();
getchar();
}