Move the guecstra stuff into the gui.

This commit is contained in:
Zed A. Shaw 2025-05-15 22:50:59 -04:00
parent dfc6aa08e9
commit cc44c9d37a
5 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@
#include "constants.hpp"
#include "rituals.hpp"
#include <fmt/xchar.h>
#include "guecstra.hpp"
#include "gui/guecstra.hpp"
namespace gui {
using namespace guecs;