フォルダー階層 - tozeki722105/ft_cub3D GitHub Wiki

ft_cub3D/

  • src

    • main.c
    • parse
      • parse.c
    • render
      • render.c
    • calc
      • calc_intersection.c
    • move
      • player_move.c
  • includes

    • parse.h
    • render.h
    • calc.h
    • move.h
  • Makefile

  • library

    • gnl

      • get_next_line.c
      • get_next_line.h
      • get_next_line_utils.c
    • libft

      • Makefile
      • ft_atoi.c
      • ft_bzero.c
      • ft_calloc.c
      • ft_isalnum.c
      • ft_isalpha.c
      • ft_isascii.c
      • ft_isdigit.c
      • ft_isprint.c
      • ft_itoa.c
      • ft_memchr.c
      • ft_memcmp.c
      • ft_memcpy.c
      • ft_memmove.c
      • ft_memset.c
      • ft_putchar_fd.c
      • ft_putendl_fd.c
      • ft_putnbr_fd.c
      • ft_putstr_fd.c
      • ft_split.c
      • ft_strchr.c
      • ft_strcmp.c
      • ft_strdup.c
      • ft_striteri.c
      • ft_strjoin.c
      • ft_strlcat.c
      • ft_strlcpy.c
      • ft_strlen.c
      • ft_strmapi.c
      • ft_strncmp.c
      • ft_strnstr.c
      • ft_strrchr.c
      • ft_strtrim.c
      • ft_substr.c
      • ft_tolower.c
      • ft_toupper.c
      • itonbase.c
      • libft.h
    • minilibx-linux

      • 割愛
    • minilibx_opengl_20191021

      • 割愛
  • img

    • collect.xpm
    • exit.xpm
    • player.xpm
    • tile.xpm
    • wall.xpm
  • map

    • mini.cub
    • subject.cub
  • playground

    • color.c
    • get_grid_intersection.c