-added export attribute

This commit is contained in:
Mergul 2019-05-15 08:47:30 +00:00
parent 9220a28f7c
commit cb257a2360
4 changed files with 28 additions and 26 deletions

View file

@ -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;