move a header file
This commit is contained in:
parent
23d810e927
commit
5441592c48
@ -21,7 +21,7 @@
|
||||
|
||||
#include <testbed/framework/debug_draw.h>
|
||||
#include <testbed/framework/testbed_listener.h>
|
||||
#include <testbed/tests/test.h>
|
||||
#include <testbed/framework/test.h>
|
||||
|
||||
class Model
|
||||
{
|
||||
|
@ -16,7 +16,7 @@
|
||||
* 3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
|
||||
#include <testbed/tests/test.h>
|
||||
#include <testbed/framework/test.h>
|
||||
|
||||
extern u32 b3_allocCalls, b3_maxAllocCalls;
|
||||
extern u32 b3_gjkCalls, b3_gjkIters, b3_gjkMaxIters;
|
||||
|
@ -16,7 +16,7 @@
|
||||
* 3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
|
||||
#include <testbed/tests/test.h>
|
||||
#include <testbed/framework/test.h>
|
||||
#include <testbed/tests/quickhull_test.h>
|
||||
#include <testbed/tests/cluster_test.h>
|
||||
#include <testbed/tests/distance_test.h>
|
||||
|
@ -271,6 +271,8 @@ solution (solution_name)
|
||||
examples_inc_dir .. "/testbed/framework/view.h",
|
||||
examples_inc_dir .. "/testbed/framework/controller.h",
|
||||
|
||||
examples_src_dir .. "/testbed/framework/test.h",
|
||||
|
||||
examples_inc_dir .. "/testbed/tests/**.h",
|
||||
|
||||
examples_src_dir .. "/testbed/framework/profiler.cpp",
|
||||
|
Loading…
x
Reference in New Issue
Block a user