summaryrefslogtreecommitdiff
path: root/src/login/HPMlogin.h
blob: 6e01eae0142e6562a8da4d228379fe3a11a49116 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// See the LICENSE file

#ifndef LOGIN_HPMLOGIN_H
#define LOGIN_HPMLOGIN_H

#ifndef HERCULES_CORE
#error You should never include HPMlogin.h from a plugin.
#endif

#include "../common/cbasetypes.h"
#include "../common/HPM.h"

struct hplugin;

bool HPM_login_grabHPData(struct HPDataOperationStorage *ret, enum HPluginDataTypes type, void *ptr);

void HPM_login_plugin_load_sub(struct hplugin *plugin);

void HPM_login_do_final(void);

void HPM_login_do_init(void);

#endif /* LOGIN_HPMLOGIN_H */