eqemu-server/zone/embxs.h
hg 7e8a24fcec
[Quest API] Use binding library for perl apis (#2216)
* Add perlbind library

* Convert perl apis to perlbind
2022-07-03 21:33:45 -05:00

8 lines
145 B
C

#ifndef EMBXS_H
#define EMBXS_H
const char *getItemName(unsigned itemid);
const char* Perl__qc_getItemName(unsigned itemid);
#endif // EMBXS_H