bubel-ecs/import/ecs/events.di
Mergul d0fcdba6cd -registering same system multiple times only replace pointer for callback
-added export attributes (required by windows to make DLL library, not work at now due to DMD bugs)
-interface D files to import
2018-09-18 13:28:04 +02:00

9 lines
125 B
D

// D import file generated from 'source\ecs\events.d'
module ecs.events;
struct Event
{
uint type;
}
class EventManager
{
}