raycaster/tests/camera.cpp

6 lines
136 B
C++

#include <catch2/catch_test_macros.hpp>
#include <fmt/core.h>
TEST_CASE("view based camera system", "[camera]") {
REQUIRE(1 == 1);
}