3 (defcenum smoke-method-flags
7 (:copy-constructor #x04)
20 (defcstruct smoke-method
24 (arguments smoke-index)
25 (num-args :unsigned-char)
26 (flags :unsigned-short)
27 (return-type smoke-index)
30 (defcstruct smoke-method-map
31 "Maps a munged method."
32 (class-id smoke-index)
36 (declaim (inline smoke-find-method))
37 (defcfun (smoke-find-method "cl_smoke_find_method") :void
38 (m :pointer smoke-module-index)