first commit
This commit is contained in:
24
BSQ/includes/Display-h/write.h
Normal file
24
BSQ/includes/Display-h/write.h
Normal file
@ -0,0 +1,24 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* write.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: axdubois <axdubois@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/07/31 23:17:55 by axdubois #+# #+# */
|
||||
/* Updated: 2023/08/02 19:21:49 by axdubois ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef WRITE_H
|
||||
# define WRITE_H
|
||||
|
||||
#include "../../includes/utils-h/utils.h"
|
||||
#include "../../includes/utils-h/charobj.h"
|
||||
#include "../../includes/algo-h/algo.h"
|
||||
|
||||
void ft_putchar(char c);
|
||||
void ft_print(char *str);
|
||||
void ft_print_result(t_square sq,t_charobj c,t_coords *listobj,int file);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user