summaryrefslogblamecommitdiff
path: root/src/map/mapreg.h
blob: 2d761cbbb1e718da6cc38f434fd70759ee748d87 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                          
                                                        

                            
                                 
                                     
                                                

                       
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder

#ifndef _MAPREG_H_
#define _MAPREG_H_

void mapreg_reload(void);
void mapreg_final(void);
void mapreg_init(void);
bool mapreg_config_read(const char *w1, const char *w2);

int mapreg_readreg(int uid);
char *mapreg_readregstr(int uid);
bool mapreg_setreg(int uid, int val);
bool mapreg_setregstr(int uid, const char *str);

#endif /* _MAPREG_H_ */