8 lines
No EOL
83 B
C
8 lines
No EOL
83 B
C
|
|
#ifndef V_INV_H
|
|
#define V_INV_H
|
|
struct item {
|
|
int id;
|
|
int count;
|
|
};
|
|
#endif |