42_so_long/dev/tmp.c
2024-03-06 16:19:34 +01:00

6 lines
89 B
C

#include "mlx.h"
int main()
{
mlx_xpm_file_to_img("../assets/object/snas/down.xpm");
}