summaryrefslogtreecommitdiff
path: root/hdr/main.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hdr/main.hh')
-rw-r--r--hdr/main.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/hdr/main.hh b/hdr/main.hh
new file mode 100644
index 0000000000..58928f5142
--- /dev/null
+++ b/hdr/main.hh
@@ -0,0 +1,11 @@
+#ifndef MAIN_HH
+#define MAIN_HH
+#include "proto.hh"
+
+void debug_init();
+void do_scores();
+void add_score(Score * s);
+void set_default_output(String s);
+const char *get_version();
+
+#endif