mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
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
|