lel-guecs/tests/guecs.cpp

10 lines
227 B
C++

#include <catch2/catch_test_macros.hpp>
#include <fmt/core.h>
#include "guecs/ui.hpp"
#include <fmt/xchar.h>
using namespace guecs;
TEST_CASE("prototype one gui", "[ecs-gui]") {
// accidentally gutted, will recover later
}