Move from github, collapse gltk and strictmath, add candle
[clnl] / src / main / clnl-gltk / setup.lisp
diff --git a/src/main/clnl-gltk/setup.lisp b/src/main/clnl-gltk/setup.lisp
new file mode 100644 (file)
index 0000000..0291f57
--- /dev/null
@@ -0,0 +1,19 @@
+(in-package #:clnl-gltk)
+
+(defun setup ()
+ "SETUP => RESULT
+
+ARGUMENTS AND VALUES:
+
+  RESULT: undefined
+
+DESCRIPTION:
+
+  SETUP sets up the clnl-gltk system, calling all the necessary underlying
+  functions.
+
+  Calling before the opengl system has been initialized properly may or may
+  not work, so calling it after everything else has been initialized is
+  recommended."
+ (setup-font)
+ (setup-button))