Refactored the GUECS system to have its own namespace then got Meter to work.
This commit is contained in:
parent
9c66e870d2
commit
722d55d948
9 changed files with 206 additions and 177 deletions
|
@ -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();
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue