A retro style homage to 80s dungeon crawlers hand crafted in C++.
 
 
 
 
 
 
raycaster/gui/guecstra.hpp

8 lines
246 B

#include "components.hpp"
#include "events.hpp"
#include <guecs/ui.hpp>
namespace guecs {
Clickable make_action(DinkyECS::World& target, Events::GUI event);
Clickable make_action(DinkyECS::World& target, Events::GUI event, std::any data);
}