stoe/core/all.lisp
Renaud Casenave-Péré 53de3d0cf6 Wrap glop functions in a viewport file
regroup opengl version and window creation and event polling in the
viewport file.
To further clean up the files layout, move input.lisp to engine folder
gl-utils is now used for some simple macros
2015-12-27 17:09:05 +01:00

15 lines
340 B
Common Lisp

#|
This file is a part of stoe project.
Copyright (c) 2015 Renaud Casenave-Péré (renaud@casenave-pere.fr)
|#
(uiop:define-package :stoe/core/all
(:nicknames :core)
(:use-reexport
:stoe/core/utils
:stoe/core/thread
:stoe/core/containers
:stoe/core/modules
:stoe/core/debug
:stoe/core/jobs
:stoe/core/file))