eco2d/code/game/header/entity.h

6 lines
149 B
C

#pragma once
#include "system.h"
uint64_t entity_spawn(char *name, uint16_t class_id /* 0 = no streaming */);
void entity_despawn(uint64_t ent_id);