Move from github, collapse gltk and strictmath, add candle
[clnl] / src / main / clnl-gltk / setup.lisp
1 (in-package #:clnl-gltk)
2
3 (defun setup ()
4  "SETUP => RESULT
5
6 ARGUMENTS AND VALUES:
7
8   RESULT: undefined
9
10 DESCRIPTION:
11
12   SETUP sets up the clnl-gltk system, calling all the necessary underlying
13   functions.
14
15   Calling before the opengl system has been initialized properly may or may
16   not work, so calling it after everything else has been initialized is
17   recommended."
18  (setup-font)
19  (setup-button))