From 6ddafafa7292f6f6716d6683579bf1ce3287e1d5 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 15 Oct 2022 14:01:38 -0700 Subject: Initial commit (copied from biggolf) --- sim.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sim.cpp (limited to 'sim.cpp') diff --git a/sim.cpp b/sim.cpp new file mode 100644 index 0000000..21acc8c --- /dev/null +++ b/sim.cpp @@ -0,0 +1,9 @@ +#include +#include + +#include "infra/sim.h" + +namespace infra { + std::vector sim::sims; + std::uint64_t sim::now = 0; +} -- cgit v1.2.3