mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Move RemotePlayer code to its own cpp/header
This commit is contained in:
parent
7bbd716426
commit
569b89b36f
15 changed files with 423 additions and 370 deletions
|
@ -377,7 +377,7 @@ public:
|
|||
Find out what new objects have been removed from
|
||||
inside a radius around a position
|
||||
*/
|
||||
void getRemovedActiveObjects(RemotePlayer* player, s16 radius,
|
||||
void getRemovedActiveObjects(RemotePlayer *player, s16 radius,
|
||||
s16 player_radius,
|
||||
std::set<u16> ¤t_objects,
|
||||
std::queue<u16> &removed_objects);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue