mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +00:00
8 lines
145 B
C++
8 lines
145 B
C++
#ifndef EMBXS_H
|
|
#define EMBXS_H
|
|
|
|
const char *getItemName(unsigned itemid);
|
|
std::string Perl__qc_getItemName(unsigned itemid);
|
|
|
|
#endif // EMBXS_H
|