mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +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
|