From 5433008d163e7e85cd7ee668e769c649e318f491 Mon Sep 17 00:00:00 2001 From: ClarkeCode Date: Tue, 13 Jun 2023 23:36:50 -0400 Subject: Dataloading skeleton --- src/openvic/Simulation.hpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/openvic/Simulation.hpp (limited to 'src/openvic/Simulation.hpp') diff --git a/src/openvic/Simulation.hpp b/src/openvic/Simulation.hpp new file mode 100644 index 0000000..b0c2a19 --- /dev/null +++ b/src/openvic/Simulation.hpp @@ -0,0 +1,5 @@ +#pragma once + +namespace OpenVic { + class Simulation {}; +} \ No newline at end of file -- cgit v1.2.3-56-ga3b1