-added export attribute
This commit is contained in:
parent
9220a28f7c
commit
cb257a2360
4 changed files with 28 additions and 26 deletions
|
|
@ -76,7 +76,7 @@ struct EventManager
|
|||
manager = m;
|
||||
}
|
||||
|
||||
void sendEvent(Ev)(EntityID id, Ev event, uint thread_id = 0) nothrow @nogc
|
||||
export void sendEvent(Ev)(EntityID id, Ev event, uint thread_id = 0) nothrow @nogc
|
||||
{
|
||||
uint block_id = current_index+thread_id;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue