mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
9 lines
104 B
C
9 lines
104 B
C
#ifndef EQWX_ITEMS__H
|
|
#define EQWX_ITEMS__H
|
|
|
|
struct eqitem{
|
|
unsigned int id;
|
|
char name[64];
|
|
};
|
|
|
|
#endif |