remote-snake/server/packages.lisp

12 lines
217 B
Common Lisp
Raw Normal View History

2019-05-08 17:07:16 +02:00
(defpackage :remote-snake-server-game
2019-05-08 21:59:33 +02:00
(:nicknames :rsg)
2019-05-08 17:07:16 +02:00
(:use :common-lisp)
(:export
#:game))
2019-05-09 13:39:11 +02:00
(defpackage :remote-snake-server-api
(:nicknames :rsapi)
(:use :common-lisp :jonathan)
(:export
#:api))