summaryrefslogtreecommitdiff
path: root/src/card.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/card.h')
-rw-r--r--src/card.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/card.h b/src/card.h
new file mode 100644
index 0000000..2ec3ea4
--- /dev/null
+++ b/src/card.h
@@ -0,0 +1,10 @@
+#ifndef OXEN_CARD_H
+#define OXEN_CARD_H
+
+#include <stdint.h>
+
+typedef char card;
+
+uint32_t card_get_points(const card c);
+
+#endif // OXEN_CARD_H