6 lines
73 B
C
6 lines
73 B
C
# pragma once
|
|
|
|
typedef struct Item item_t;
|
|
|
|
item_t* create_item_lance();
|