mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
7e8a24fcec
* Add perlbind library * Convert perl apis to perlbind
8 lines
145 B
C
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
|