Kohi Game Engine
|
Contains a system for creating numeric identifiers. More...
#include "defines.h"
Go to the source code of this file.
Functions | |
KAPI u32 | identifier_aquire_new_id (void *owner) |
Acquires a new identifier for the given owner. More... | |
KAPI void | identifier_release_id (u32 id) |
Releases the given identifier, which can then be used again. More... | |
Contains a system for creating numeric identifiers.
Acquires a new identifier for the given owner.
owner | The owner of the identifier. |