eco2d/code/common/entity.h

6 lines
107 B
C
Raw Normal View History

2021-05-08 09:05:15 +00:00
#pragma once
#include "system.h"
uint64_t entity_spawn(char *name);
void entity_despawn(uint64_t ent_id);