First cut of pulling out the relevant parts of my original game to make a little framework.
This commit is contained in:
commit
6a0c9e8d46
177 changed files with 18197 additions and 0 deletions
6
tests/camera.cpp
Normal file
6
tests/camera.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <fmt/core.h>
|
||||
|
||||
TEST_CASE("view based camera system", "[camera]") {
|
||||
REQUIRE(1 == 1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue