diff --git a/examples/HelloWorld/HelloWorld.cpp b/examples/HelloWorld/HelloWorld.cpp index 582b45795..f7a195746 100644 --- a/examples/HelloWorld/HelloWorld.cpp +++ b/examples/HelloWorld/HelloWorld.cpp @@ -16,7 +16,6 @@ subject to the following restrictions: ///-----includes_start----- #include "btBulletDynamicsCommon.h" #include -#include /// 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(); }