Brought over a bunch of stuff to get started, but only lel.cpp compiles.
This commit is contained in:
parent
26685279ce
commit
103793204d
33 changed files with 2746 additions and 0 deletions
7
guecstra.hpp
Normal file
7
guecstra.hpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "components.hpp"
|
||||
#include "guecs.hpp"
|
||||
|
||||
namespace guecs {
|
||||
Clickable make_action(DinkyECS::World& target, Events::GUI event);
|
||||
Clickable make_action(DinkyECS::World& target, Events::GUI event, std::any data);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue