Small tweaks
parent
296857df71
commit
f47acae59b
|
@ -2,4 +2,5 @@
|
|||
#include "system.h"
|
||||
|
||||
uint64_t entity_spawn(uint16_t class_id /* 0 = no streaming */);
|
||||
void entity_batch_despawn(uint64_t *ids, size_t num_ids);
|
||||
void entity_despawn(uint64_t ent_id);
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include "network.h"
|
||||
#include "packet.h"
|
||||
#include "packets/pkt_00_init.h"
|
||||
#include "world/world.h"
|
||||
#include "game.h"
|
||||
#include "player.h"
|
||||
|
|
Loading…
Reference in New Issue