Fully converted to using the lel-guecs library externally now.
This commit is contained in:
parent
7c90eb6da1
commit
74a8599977
30 changed files with 139 additions and 1194 deletions
|
@ -1,9 +1,11 @@
|
|||
#pragma once
|
||||
#include <SFML/Graphics/RenderWindow.hpp>
|
||||
#include <SFML/Graphics/Font.hpp>
|
||||
#include "guecs.hpp"
|
||||
#include <guecs/ui.hpp>
|
||||
|
||||
namespace gui {
|
||||
using std::string;
|
||||
|
||||
class OverlayUI {
|
||||
public:
|
||||
guecs::UI $gui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue