6 lines
89 B
C
6 lines
89 B
C
#include "mlx.h"
|
|
|
|
int main()
|
|
{
|
|
mlx_xpm_file_to_img("../assets/object/snas/down.xpm");
|
|
}
|