X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=gacela_SDL.lisp;h=f3733d8b6eec950e7bf31d173a999794aaacaf1f;hb=bb90258fa03aa649956bffcfc9b62ba35d3ec0bb;hp=adcef190979560d01d963b716212f2aea28858f6;hpb=678a1561ca858c34fecf04792831caf68559c2ac;p=gacela.git diff --git a/gacela_SDL.lisp b/gacela_SDL.lisp index adcef19..f3733d8 100644 --- a/gacela_SDL.lisp +++ b/gacela_SDL.lisp @@ -21,7 +21,6 @@ (clines "#include ") (clines "#include ") (clines "#include ") -(clines "#include ") ;;; These are the flags which may be passed to SDL_Init() (defconstant SDL_INIT_TIMER #x00000001) @@ -172,8 +171,6 @@ ;(defentry Mix_FreeMusic (int) (void "gacela_Mix_FreeMusic")) ;(defentry Mix_FreeChunk (int) (void "gacela_Mix_FreeChunk")) ;(defentry Mix_CloseAudio () (void "gacela_Mix_CloseAudio")) -;(defentry sge_FilledCircle (int int int int int int int) (void "gacela_sge_FilledCircle")) -;(defentry sge_FilledRect (int int int int int int int int) (void "gacela_sge_FilledRect")) ;(defentry free (int) (void "gacela_free")) (defentry SDL_GL_SwapBuffers () (void "gacela_SDL_GL_SwapBuffers")) (defentry SDL_EnableKeyRepeat (int int) (int "gacela_SDL_EnableKeyRepeat"))