Add missing export visibility attributes

This commit is contained in:
Mergul 2025-04-10 13:59:21 +02:00
parent 50fa2ce19c
commit 9b75772039
4 changed files with 18 additions and 8 deletions

View file

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