/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* Data.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: bchanot +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/05 13:57:51 by bchanot #+# #+# */ /* Updated: 2026/01/05 14:44:51 by bchanot ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef DATA_HPP # define DATA_HPP # include # include # include typedef struct s_data { uintptr_t data; } Data; #endif /* ************************************************************ DATA_H */