eco2d/code/game/src/entity.h

6 lines
137 B
C
Raw Normal View History

2021-07-28 09:49:09 +00:00
#pragma once
#include "system.h"
uint64_t entity_spawn(uint16_t class_id /* 0 = no streaming */);
void entity_despawn(uint64_t ent_id);