forked from bkinnightskytw/event_transformer
12 lines
321 B
Markdown
12 lines
321 B
Markdown
# event_transformer
|
|
|
|
Simple utility lib to be interface of event system and simplify transform between different evet lib.
|
|
|
|
> deprecated, it seems impossible.
|
|
|
|
It seems dynamic reflection is necessary for implementation, but C++ have no this feature.
|
|
|
|
## ref
|
|
|
|
- [MCGallaspy/events](https://github.com/MCGallaspy/events/)
|