Update api
This commit is contained in:
parent
f0ccb136eb
commit
d261883d41
6 changed files with 91 additions and 11 deletions
server
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue