mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-02 22:03:52 +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
|