summaryrefslogtreecommitdiff
path: root/src/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.hh')
-rw-r--r--src/types.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/types.hh b/src/types.hh
new file mode 100644
index 0000000..e89b4dd
--- /dev/null
+++ b/src/types.hh
@@ -0,0 +1,10 @@
+#pragma once
+
+#include <string>
+
+using namespace std;
+
+
+typedef double score_t;
+typedef string symbol_t;
+