diff --git a/examples/testbed/framework/model.h b/examples/testbed/framework/model.h index 3a61609..50ee5c5 100644 --- a/examples/testbed/framework/model.h +++ b/examples/testbed/framework/model.h @@ -21,7 +21,7 @@ #include #include -#include +#include class Model { diff --git a/examples/testbed/framework/test.cpp b/examples/testbed/framework/test.cpp index 75b8353..2b37e70 100644 --- a/examples/testbed/framework/test.cpp +++ b/examples/testbed/framework/test.cpp @@ -16,7 +16,7 @@ * 3. This notice may not be removed or altered from any source distribution. */ -#include +#include extern u32 b3_allocCalls, b3_maxAllocCalls; extern u32 b3_gjkCalls, b3_gjkIters, b3_gjkMaxIters; diff --git a/examples/testbed/tests/test.h b/examples/testbed/framework/test.h similarity index 100% rename from examples/testbed/tests/test.h rename to examples/testbed/framework/test.h diff --git a/examples/testbed/framework/test_entries.cpp b/examples/testbed/framework/test_entries.cpp index 804d5e5..81722c1 100644 --- a/examples/testbed/framework/test_entries.cpp +++ b/examples/testbed/framework/test_entries.cpp @@ -16,7 +16,7 @@ * 3. This notice may not be removed or altered from any source distribution. */ -#include +#include #include #include #include diff --git a/premake5.lua b/premake5.lua index e33ea59..1a626d2 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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",