aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wheelwork.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wheelwork.lisp')
-rw-r--r--src/wheelwork.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wheelwork.lisp b/src/wheelwork.lisp
index 2932520..b6da6b9 100644
--- a/src/wheelwork.lisp
+++ b/src/wheelwork.lisp
@@ -2,6 +2,9 @@
(in-package #:wheelwork)
+(defvar *application* nil
+ "current application")
+
(defun start (app &key (x :centered) (y :centered))
(sdl2:with-init (:everything)
(sdl2:gl-set-attr :context-major-version 3)