CPP04/ex00/inc/tests.hpp
2025-04-14 18:13:35 +02:00

19 lines
1021 B
C++

/* ************************************************************************** */
/* */
/* :::::::: */
/* tests.hpp :+: :+: */
/* +:+ */
/* By: whaffman <whaffman@student.codam.nl> +#+ */
/* +#+ */
/* Created: 2025/04/10 11:35:46 by whaffman #+# #+# */
/* Updated: 2025/04/10 11:36:09 by whaffman ######## odam.nl */
/* */
/* ************************************************************************** */
#pragma once
void testAnimal(void);
void testCat(void);
void testDog(void);
void testWrongAnimal(void);
void testWrongCat(void);