summaryrefslogtreecommitdiff
path: root/include/so_long.h
diff options
context:
space:
mode:
authorDominik Kaiser2024-05-11 16:27:45 +0200
committerDominik Kaiser2024-05-11 16:27:45 +0200
commite597be4f58e7252333192cb1e4211d74522b6102 (patch)
tree72b1aa0cb9fe4cfdfcff57c312eb80008c31025e /include/so_long.h
parentf199b13df1350aa864a9104616f0d9b82606b4ed (diff)
downloadso_long-e597be4f58e7252333192cb1e4211d74522b6102.tar.gz
so_long-e597be4f58e7252333192cb1e4211d74522b6102.zip
Add wall rendering
Diffstat (limited to 'include/so_long.h')
-rw-r--r--include/so_long.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/so_long.h b/include/so_long.h
index 47443aa..e9097d1 100644
--- a/include/so_long.h
+++ b/include/so_long.h
@@ -6,7 +6,7 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/08 14:14:02 by dkaiser #+# #+# */
-/* Updated: 2024/05/10 17:28:23 by dkaiser ### ########.fr */
+/* Updated: 2024/05/11 16:10:26 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
@@ -81,6 +81,7 @@ int load_map_from_file(t_tilemap *tilemap, char *filename);
int init(t_game *game);
void loop(void *params);
int draw(t_game *game);
+int draw_map(t_game *game);
void on_key_input(mlx_key_data_t event, void *params);
#endif // SO_LONG_H