Refactored the GUECS system to have its own namespace then got Meter to work.

This commit is contained in:
Zed A. Shaw 2025-02-18 12:51:28 -05:00
parent 9c66e870d2
commit 722d55d948
9 changed files with 206 additions and 177 deletions

View file

@ -1,12 +1,14 @@
#include <catch2/catch_test_macros.hpp>
#include <fmt/core.h>
#include "constants.hpp"
#include "ecs_gui.hpp"
#include "guecs.hpp"
#include "texture.hpp"
using namespace guecs;
TEST_CASE("prototype one gui", "[ecs-gui]") {
GUECS gui;
guecs::UI gui;
TexturePack textures;
textures.load_sprites();