summaryrefslogtreecommitdiff
path: root/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'types.hpp')
-rw-r--r--types.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/types.hpp b/types.hpp
new file mode 100644
index 0000000..86ccb8f
--- /dev/null
+++ b/types.hpp
@@ -0,0 +1,3 @@
+#pragma once
+
+using Real = double;