Small tweaks

isolation_bkp/dynres
Dominik Madarász 2021-10-28 16:21:34 +02:00
parent 296857df71
commit f47acae59b
2 changed files with 7 additions and 5 deletions

View File

@ -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);

View File

@ -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"