minor cleanup of btgui/demo3 stuff, much more demo cleanup is needed
moved some files in btgui/Bullet3AppSupport
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
#include "Bullet3OpenCL/ParallelPrimitives/b3RadixSort32CL.h"
|
||||
#include "Bullet3OpenCL/Initialize/b3OpenCLUtils.h"
|
||||
#include "../btgui/Timing/b3Clock.h"
|
||||
#include "../btgui/Bullet3AppSupport/b3Clock.h"
|
||||
|
||||
cl_context g_cxMainContext;
|
||||
cl_device_id g_device;
|
||||
@@ -714,4 +714,4 @@ int main( int argc, char** argv)
|
||||
keys_only);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,10 +30,10 @@ function createProject(vendor)
|
||||
"../../../src/Bullet3Common/b3AlignedObjectArray.h",
|
||||
"../../../src/Bullet3Common/b3Logging.cpp",
|
||||
"../../../src/Bullet3Common/b3Logging.h",
|
||||
"../../../btgui/Timing/b3Quickprof.cpp",
|
||||
"../../../btgui/Timing/b3Quickprof.h",
|
||||
"../../../btgui/Timing/b3Clock.cpp",
|
||||
"../../../btgui/Timing/b3Clock.h",
|
||||
"../../../btgui/Bullet3AppSupport/b3Quickprof.cpp",
|
||||
"../../../btgui/Bullet3AppSupport/b3Quickprof.h",
|
||||
"../../../btgui/Bullet3AppSupport/b3Clock.cpp",
|
||||
"../../../btgui/Bullet3AppSupport/b3Clock.h",
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user