summaryrefslogtreecommitdiff
path: root/bonnie-bee
diff options
context:
space:
mode:
Diffstat (limited to 'bonnie-bee')
-rw-r--r--bonnie-bee/splash.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/bonnie-bee/splash.scm b/bonnie-bee/splash.scm
new file mode 100644
index 0000000..0c2a507
--- /dev/null
+++ b/bonnie-bee/splash.scm
@@ -0,0 +1,5 @@
+(define-module (bonnie-bee splash)
+ #:export (launch-game))
+
+(define (launch-game)
+ (display "hi I don't do anything yet!\n"))