diff options
author | ClarkeCode <clarke.john.robert@gmail.com> | 2023-06-14 05:36:50 +0200 |
---|---|---|
committer | ClarkeCode <clarke.john.robert@gmail.com> | 2023-06-14 06:17:33 +0200 |
commit | 5433008d163e7e85cd7ee668e769c649e318f491 (patch) | |
tree | 882da720d16e1b26ec6577beda5d8d54bd40c235 /src/openvic/Simulation.hpp | |
parent | 8710cb9b7967de2201b5c440593aab2df310f33d (diff) |
Dataloading skeleton
Diffstat (limited to 'src/openvic/Simulation.hpp')
-rw-r--r-- | src/openvic/Simulation.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 |