7 lines
74 B
C
7 lines
74 B
C
# pragma once
|
|
|
|
typedef struct Item item_t;
|
|
|
|
item_t* create_item_sword();
|
|
|