Add missing export visibility attributes
This commit is contained in:
parent
50fa2ce19c
commit
9b75772039
4 changed files with 18 additions and 8 deletions
|
|
@ -108,7 +108,7 @@ struct System
|
|||
package:
|
||||
|
||||
///destory system. Dispose all data
|
||||
void destroy() nothrow @nogc
|
||||
export void destroy() nothrow @nogc
|
||||
{
|
||||
import bubel.ecs.std : Mallocator;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue