FIxed GDC compilation (basic betterC WIP) and some improvements
-fixed issue with adding/removing entities inside events handling -fixed EntityMeta.getComponent() (added check if component_id is valid) -added function hasComponent to entity to check if component exists
This commit is contained in:
parent
f731b4cedb
commit
9589a5cb2d
11 changed files with 174 additions and 94 deletions
|
|
@ -113,6 +113,14 @@ else version(D_BetterC)
|
|||
alloca_pos += length;
|
||||
return ret;
|
||||
}
|
||||
|
||||
version(GNU)
|
||||
{
|
||||
extern(C) void __gdc_personality_v0()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue