From e4483eca01b48b943cd0461e24a74ae1a3139ed4 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Wed, 12 Feb 2025 21:57:46 +1100 Subject: Update to most recent version (old initial commit) --- src/shared/math/math.cc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/shared/math/math.cc (limited to 'src/shared/math/math.cc') diff --git a/src/shared/math/math.cc b/src/shared/math/math.cc new file mode 100644 index 0000000..407e202 --- /dev/null +++ b/src/shared/math/math.cc @@ -0,0 +1,5 @@ +#include "shared/math/math.hh" + +namespace shared { +namespace math {} // namespace math +} // namespace shared -- cgit v1.2.3