summaryrefslogtreecommitdiff
path: root/src/quark.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quark.hpp')
-rw-r--r--src/quark.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/quark.hpp b/src/quark.hpp
deleted file mode 100644
index 0fce3932..00000000
--- a/src/quark.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include "h-basic.h"
-
-/**
- * Maximum number of quarks.
- */
-constexpr int QUARK_MAX = 768;
-
-void quark_init();
-cptr quark_str(s16b num);
-s16b quark_add(cptr str);