mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
Added libft and mlx
This commit is contained in:
parent
8448ae3a23
commit
82d06d234a
122 changed files with 10400 additions and 0 deletions
16
mlx/mlx_int_do_nothing.c
Normal file
16
mlx/mlx_int_do_nothing.c
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
** mlx_int_do_nothing.c for MiniLibX in
|
||||
**
|
||||
** Made by Charlie Root
|
||||
** Login <ol@epitech.net>
|
||||
**
|
||||
** Started on Tue Aug 8 12:58:24 2000 Charlie Root
|
||||
** Last update Tue Sep 25 15:56:22 2001 Charlie Root
|
||||
*/
|
||||
|
||||
|
||||
|
||||
int mlx_int_do_nothing(void *param)
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue