|
@@ -4,13 +4,13 @@
|
|
|
#include <entt/core/attribute.h>
|
|
#include <entt/core/attribute.h>
|
|
|
#include <entt/signal/emitter.hpp>
|
|
#include <entt/signal/emitter.hpp>
|
|
|
|
|
|
|
|
-struct ENTT_API test_emitter
|
|
|
|
|
|
|
+struct test_emitter
|
|
|
: entt::emitter<test_emitter> {};
|
|
: entt::emitter<test_emitter> {};
|
|
|
|
|
|
|
|
-struct ENTT_API message {
|
|
|
|
|
|
|
+struct message {
|
|
|
int payload;
|
|
int payload;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
-struct ENTT_API event {};
|
|
|
|
|
|
|
+struct event {};
|
|
|
|
|
|
|
|
#endif
|
|
#endif
|