-added export attributes (required by windows to make DLL library, not work at now due to DMD bugs) -interface D files to import
9 lines
125 B
D
9 lines
125 B
D
// D import file generated from 'source\ecs\events.d'
|
|
module ecs.events;
|
|
struct Event
|
|
{
|
|
uint type;
|
|
}
|
|
class EventManager
|
|
{
|
|
}
|