mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
fix: removed trailing BONUS definition
This commit is contained in:
parent
dafe94804e
commit
db66decbf8
1 changed files with 1 additions and 4 deletions
|
|
@ -6,15 +6,12 @@
|
||||||
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
|
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2025/07/17 14:18:13 by kcolin #+# #+# */
|
/* Created: 2025/07/17 14:18:13 by kcolin #+# #+# */
|
||||||
/* Updated: 2025/08/11 13:05:44 by tchampio ### ########.fr */
|
/* Updated: 2025/08/12 16:18:08 by tchampio ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
#include "../../libft/includes/libft.h"
|
#include "../../libft/includes/libft.h"
|
||||||
|
|
||||||
// TODO: use a #define for allowedchars, to prevent needless repetition
|
|
||||||
|
|
||||||
#define BONUS // FIXME: Delete me
|
|
||||||
#ifdef BONUS
|
#ifdef BONUS
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue