Browse Source

updated entt.hpp

Michele Caini 8 years ago
parent
commit
438070ed58
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/entt/entt.hpp

+ 5 - 0
src/entt/entt.hpp

@@ -4,4 +4,9 @@
 #include "entity/sparse_set.hpp"
 #include "entity/traits.hpp"
 #include "entity/view.hpp"
+#include "locator/locator.hpp"
+#include "signal/bus.hpp"
+#include "signal/delegate.hpp"
+#include "signal/emitter.hpp"
 #include "signal/sigh.hpp"
+#include "signal/signal.hpp"