added life (entity component system) type, and changed chemical param to try to match more to archeus (or at least what I've read from wikipedia)
This commit is contained in:
parent
e698fb54a2
commit
990c22d27d
6 changed files with 43 additions and 21 deletions
|
|
@ -83,7 +83,6 @@ ARC_TEST(Hashtable_Add_Get_Remove){
|
|||
ARC_CHECK(5 == *(int32_t *)ARC_Hashtable_Get(hashtable, (void *)"key7"));
|
||||
ARC_CHECK(6 == *(int32_t *)ARC_Hashtable_Get(hashtable, (void *)"key8"));
|
||||
|
||||
TEST_Hashtable_Print(hashtable);
|
||||
ARC_Hashtable_Remove(hashtable, (void *)"key2");
|
||||
|
||||
ARC_CHECK(2 == *(int32_t *)ARC_Hashtable_Get(hashtable, (void *)"key0"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue