;;-*-Lisp-*- (in-package goal) ;; name: drawable-inline-array.gc ;; name in dgo: drawable-inline-array ;; dgos: ENGINE, GAME ;; DECOMP BEGINS (defmethod length ((this drawable-inline-array)) (-> this length) ) (defmethod login ((this drawable-inline-array)) this ) (defmethod draw ((this drawable-inline-array) (arg0 drawable-inline-array) (arg1 display-frame)) 0 (none) ) (defmethod collect-stats ((this drawable-inline-array)) 0 (none) ) (defmethod debug-draw ((this drawable-inline-array) (arg0 drawable) (arg1 display-frame)) 0 (none) )