eco2d/code/game/header/player.h

6 lines
107 B
C
Raw Normal View History

2021-05-05 07:55:45 +00:00
#pragma once
#include "system.h"
uint64_t player_spawn(char *name);
2021-05-08 09:05:15 +00:00
void player_despawn(uint64_t ent_id);