summaryrefslogtreecommitdiff
path: root/hdr/main.hh
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>1996-11-30 12:09:32 +0100
committerHan-Wen Nienhuys <hanwen@xs4all.nl>1996-11-30 12:09:32 +0100
commitcd6fbd39e456ab3ff353c38fc5ae1997e61390f2 (patch)
tree7b15d4c85e5aa027942420d220fa1dd7c09f22d1 /hdr/main.hh
parentfc22f69328fd2d5030bb1feff8d0f6da37e8217d (diff)
release: 0.0.9
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