6 lines
90 B
C
6 lines
90 B
C
|
# include "./struct.h"
|
||
|
|
||
|
bool data_init(t_data *data);
|
||
|
void data_destroyer(t_data *data);
|
||
|
|