9 lines
113 B
C
9 lines
113 B
C
#include "cube3d.h"
|
|
|
|
void init_parsing(int ac, char **av, t_game *game)
|
|
{
|
|
(void)*game;
|
|
(void)av;
|
|
(void)ac;
|
|
}
|