#pragma once #include "system.h" uint64_t entity_spawn(char *name); void entity_despawn(uint64_t ent_id);