From 1e9d90bdf9ef5fc05093d3449d883597c7f896de Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 8 Nov 2020 13:39:12 +0100 Subject: Added cpp06 boilerplate --- cpp04/ex03/MateriaSource.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp04/ex03') diff --git a/cpp04/ex03/MateriaSource.cpp b/cpp04/ex03/MateriaSource.cpp index bce6e5a..f5aaf60 100644 --- a/cpp04/ex03/MateriaSource.cpp +++ b/cpp04/ex03/MateriaSource.cpp @@ -6,7 +6,7 @@ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/14 17:19:10 by charles #+# #+# */ -/* Updated: 2020/04/14 17:51:07 by charles ### ########.fr */ +/* Updated: 2020/04/15 10:05:47 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -39,5 +39,5 @@ void MateriaSource::learnMateria(AMateria* materia) AMateria* MateriaSource::createMateria(std::string const& type) { - return nullptr; + return NULL; } -- cgit