summaryrefslogtreecommitdiff
path: root/src/quark.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quark.h')
-rw-r--r--src/quark.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/quark.h b/src/quark.h
deleted file mode 100644
index 9488b105..00000000
--- a/src/quark.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef H_eeb941c7_1a44_405a_8db3_ba14732c5b94
-#define H_eeb941c7_1a44_405a_8db3_ba14732c5b94
-
-#include "h-type.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-void quark_init();
-cptr quark_str(s16b num);
-s16b quark_add(cptr str);
-
-#ifdef __cplusplus
-} // extern "C"
-#endif
-
-#endif