config and string reworked, hashtable updated to use arc_errno
This commit is contained in:
parent
0bbce28469
commit
f8d987da8e
12 changed files with 1121 additions and 657 deletions
|
|
@ -13,6 +13,11 @@ extern "C" {
|
|||
*/
|
||||
typedef struct ARC_ECS ARC_ECS;
|
||||
|
||||
/**
|
||||
* @brief entity type for ARC_ECS
|
||||
*/
|
||||
typedef uint64_t ARC_ECSEntity;
|
||||
|
||||
/**
|
||||
* @brief creates ARC_Config type
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue