eco2d/code/game/header/entity.h

6 lines
149 B
C
Raw Normal View History

2021-05-08 09:05:15 +00:00
#pragma once
#include "system.h"
2021-07-27 15:57:50 +00:00
uint64_t entity_spawn(char *name, uint16_t class_id /* 0 = no streaming */);
2021-05-08 09:05:15 +00:00
void entity_despawn(uint64_t ent_id);