1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-25 23:30:49 +08:00

Fixed wrong header path in document. Updated contributor list.

This commit is contained in:
wqking 2023-11-11 09:02:41 +08:00
parent d2db8af2a4
commit eb15c456a2
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## Overview
`eventpp/eventmaker.h` contains several macros to generate event classes.
`eventpp/utilities/eventmaker.h` contains several macros to generate event classes.
Without the macros, we may need to repeat the same code structure on lots of event classes.
For example,
@ -42,7 +42,7 @@ The macros in eventmaker.h can reduce the work significantly.
## Header
eventpp/eventmaker.h
eventpp/utilities/eventmaker.h
## Macro EVENTPP_MAKE_EVENT
```c++

View File

@ -319,6 +319,7 @@ Added CallbackList, EventDispatcher, EventQueue, CounterRemover, ConditionalRemo
<tr>
<td align="center"><a href="https://github.com/henaiguo/"><img alt="henaiguo" src="https://github.com/henaiguo.png?s=100" width="100px;" /></a><span>henaiguo</span></td>
<td align="center"><a href="https://github.com/sr-tream/"><img alt="sr-tream" src="https://github.com/sr-tream.png?s=100" width="100px;" /></a><span>sr-tream</span></td>
<td align="center"><a href="https://github.com/Drise13/"><img alt="Drise13" src="https://github.com/Drise13.png?s=100" width="100px;" /></a><span>Drise13</span></td>
</tr>
</table>