diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 19:27:35 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 19:27:49 +0100 |
commit | 17909d029c6a8872b2fddf4e171d7925bbbe9c5c (patch) | |
tree | cbb08af84cd68d24acc362d593a2048b0fa79689 /Simulation/GuppiesInclude.hpp |
Diffstat (limited to 'Simulation/GuppiesInclude.hpp')
-rw-r--r-- | Simulation/GuppiesInclude.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Simulation/GuppiesInclude.hpp b/Simulation/GuppiesInclude.hpp new file mode 100644 index 0000000..4a7bf94 --- /dev/null +++ b/Simulation/GuppiesInclude.hpp @@ -0,0 +1,6 @@ +#ifndef __GUPPIESINCLUDE_HPP__ +#define __GUPPIESINCLUDE_HPP__ + +#include "SimFitness.hpp" + +#endif // __GUPPIESINCLUDE_HPP__ |