Initial commit - restart from existing code
This commit is contained in:
14
lib/All/entt/test/common/emitter.h
Normal file
14
lib/All/entt/test/common/emitter.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef ENTT_COMMON_EMITTER_H
|
||||
#define ENTT_COMMON_EMITTER_H
|
||||
|
||||
#include <entt/signal/emitter.hpp>
|
||||
|
||||
namespace test {
|
||||
|
||||
struct emitter: entt::emitter<emitter> {
|
||||
using entt::emitter<emitter>::emitter;
|
||||
};
|
||||
|
||||
} // namespace test
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user