mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 09:26:36 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef EQWX_ITEMS__H
|
||||
#define EQWX_ITEMS__H
|
||||
|
||||
struct eqitem{
|
||||
unsigned int id;
|
||||
char name[64];
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user