1
0
This repository has been archived on 2025-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
CPP_Module_04/ex03/Cube.hpp

20 lines
966 B
C++
Raw Normal View History

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Cube.hpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/12/06 16:47:20 by adjoly #+# #+# */
/* Updated: 2024/12/06 16:51:31 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
#pragma once
#include "AMateria.hpp"
class Cube : public AMateria {
};