|
Pol
Revision:cb584c9
|
#include <stddef.h>#include "../clib/rawtypes.h"#include "mobile/charactr.h"#include "multi/customhouses.h"#include "multi/house.h"#include "multi/multi.h"#include "network/client.h"#include "network/packetdefs.h"#include "network/packethelper.h"#include "network/packets.h"#include "pktdef.h"#include "pktin.h"#include "uconst.h"#include "ufunc.h"#include "uworld.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Core | |
Functions | |
| void | Pol::Core::cancel_trade (Mobile::Character *chr1) |
| void | Pol::Core::handle_walk (Network::Client *client, PKTIN_02 *msg02) |
| void | Pol::Core::remove_objects_inrange (Network::Client *client) |
| void | Pol::Core::send_char_if_newly_inrange (Mobile::Character *chr, Network::Client *client) |
| void | Pol::Core::send_item_if_newly_inrange (Items::Item *item, Network::Client *client) |
| void | Pol::Core::send_multi_if_newly_inrange (Multi::UMulti *multi, Network::Client *client) |
| void | Pol::Core::send_objects_newly_inrange (Network::Client *client) |
| void | Pol::Core::send_objects_newly_inrange_on_boat (Network::Client *client, u32 serial) |
Definition in file movement.cpp.