Update api

This commit is contained in:
Loic Guegan 2019-05-09 18:38:31 +02:00
parent f0ccb136eb
commit d261883d41
6 changed files with 91 additions and 11 deletions

View file

@ -2,10 +2,13 @@
(:nicknames :rsg)
(:use :common-lisp)
(:export
#:game))
#:game
#:dump
#:refresh))
(defpackage :remote-snake-server-api
(:nicknames :rsapi)
(:use :common-lisp :jonathan)
(:use :common-lisp :jonathan :remote-snake-server-game)
(:shadow #:dump) ; Because game-manager also has a dump method
(:export
#:api))