2013-02-16 16:14:39 -08:00

9 lines
104 B
C

#ifndef EQWX_ITEMS__H
#define EQWX_ITEMS__H
struct eqitem{
unsigned int id;
char name[64];
};
#endif