move a header file

This commit is contained in:
Irlan 2018-04-10 01:40:13 -03:00
parent 23d810e927
commit 5441592c48
5 changed files with 5 additions and 3 deletions

View File

@ -21,7 +21,7 @@
#include <testbed/framework/debug_draw.h> #include <testbed/framework/debug_draw.h>
#include <testbed/framework/testbed_listener.h> #include <testbed/framework/testbed_listener.h>
#include <testbed/tests/test.h> #include <testbed/framework/test.h>
class Model class Model
{ {

View File

@ -16,7 +16,7 @@
* 3. This notice may not be removed or altered from any source distribution. * 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_allocCalls, b3_maxAllocCalls;
extern u32 b3_gjkCalls, b3_gjkIters, b3_gjkMaxIters; extern u32 b3_gjkCalls, b3_gjkIters, b3_gjkMaxIters;

View File

@ -16,7 +16,7 @@
* 3. This notice may not be removed or altered from any source distribution. * 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/quickhull_test.h>
#include <testbed/tests/cluster_test.h> #include <testbed/tests/cluster_test.h>
#include <testbed/tests/distance_test.h> #include <testbed/tests/distance_test.h>

View File

@ -271,6 +271,8 @@ solution (solution_name)
examples_inc_dir .. "/testbed/framework/view.h", examples_inc_dir .. "/testbed/framework/view.h",
examples_inc_dir .. "/testbed/framework/controller.h", examples_inc_dir .. "/testbed/framework/controller.h",
examples_src_dir .. "/testbed/framework/test.h",
examples_inc_dir .. "/testbed/tests/**.h", examples_inc_dir .. "/testbed/tests/**.h",
examples_src_dir .. "/testbed/framework/profiler.cpp", examples_src_dir .. "/testbed/framework/profiler.cpp",