summaryrefslogblamecommitdiff
path: root/src/emap/status.h
blob: d81e12d1b3a6f4ecfbdff0719a6b742beceb1000 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                         
                                            



                       
                       
                                                                   
                                                                                          
                                                                                                
                                                                                         
                                                                                                                           

                          
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers

#ifndef EVOL_MAP_STATUS
#define EVOL_MAP_STATUS

void status_init(void);
void estatus_set_viewdata_post(struct block_list *bl, int *class_);
void estatus_read_job_db_sub(int *idxPtr, const char *name, struct config_setting_t *jdb);
int estatus_calc_pc__post(int retVal, struct map_session_data* sd, enum e_status_calc_opt *opt);
int estatus_calc_pc_additional(struct map_session_data* sd, enum e_status_calc_opt *opt);
unsigned short estatus_calc_speed_post(unsigned short retVal, struct block_list *bl, struct status_change *sc, int *speed);

#endif  // EVOL_MAP_STATUS