summaryrefslogtreecommitdiffstats
path: root/include/cmbbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cmbbs.h')
-rw-r--r--include/cmbbs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/cmbbs.h b/include/cmbbs.h
new file mode 100644
index 00000000..de042a03
--- /dev/null
+++ b/include/cmbbs.h
@@ -0,0 +1,7 @@
+#ifndef _LIBBBS_H_
+#define _LIBBBS_H_
+
+extern int give_tax(int money);
+extern const char* money_level(int money);
+
+#endif