more bt* to b3*

This commit is contained in:
erwin coumans
2013-04-16 17:08:59 -07:00
parent faabffc23d
commit e646754228
116 changed files with 2466 additions and 3034 deletions

View File

@@ -32,9 +32,9 @@ subject to the following restrictions:
#include "opengl_fontstashcallbacks.h"
#include "BulletCommon/btQuickprof.h"
#include "BulletCommon/btQuaternion.h"
#include "BulletCommon/CommandLineArgs.h"
#include "BulletCommon/b3Quickprof.h"
#include "BulletCommon/b3Quaternion.h"
#include "BulletCommon/b3CommandLineArgs.h"
#include "../OpenGLWindow/LoadShader.h"
extern char OpenSansData[];
bool printStats = false;
@@ -295,7 +295,7 @@ void Usage()
int main(int argc, char* argv[])
{
GLint err;
CommandLineArgs args(argc,argv);
b3CommandLineArgs args(argc,argv);
if (args.CheckCmdLineFlag("help"))
{

View File

@@ -23,9 +23,9 @@
"../FontFiles/OpenSans.cpp",
"../OpenGLWindow/LoadShader.cpp",
"../OpenGLWindow/LoadShader.h",
"../../src/BulletCommon/btAlignedAllocator.cpp",
"../../src/BulletCommon/btQuickprof.cpp",
"../../src/BulletCommon/btQuickprof.h" ,
"../../src/BulletCommon/b3AlignedAllocator.cpp",
"../../src/BulletCommon/b3Quickprof.cpp",
"../../src/BulletCommon/b3Quickprof.h" ,
"fontstash.cpp",
"fontstash.h",
"opengl_fontstashcallbacks.cpp",