blob: f5fe702761c0e5c85bfe0352d2d80ea9ec119c0a (
plain) (
tree)
|
|
// Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// See the LICENSE file
#ifndef _HPM_MAP_
#define _HPM_MAP_
#include "../common/cbasetypes.h"
#include "../map/atcommand.h"
#include "../common/HPM.h"
struct hplugin;
struct map_session_data;
void HPM_map_grabHPData(struct HPDataOperationStorage *ret, enum HPluginDataTypes type, void *ptr);
bool HPM_map_add_atcommand(char *name, AtCommandFunc func);
void HPM_map_atcommands(void);
void HPM_map_plugin_load_sub(struct hplugin *plugin);
void HPM_map_do_final(void);
#endif /* _HPM_MAP_ */
|