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
15 lines
340 B
Common Lisp
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))
|