diff options
Diffstat (limited to 'cmamut.lisp')
-rw-r--r-- | cmamut.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmamut.lisp b/cmamut.lisp index f1bd327..3f94c46 100644 --- a/cmamut.lisp +++ b/cmamut.lisp @@ -1,6 +1,8 @@ (in-package #:cmamut) ; TODO: Use c2ffi to extract the spec.json using the header file as parameter +; TODO: Enums are only seen by C++ constructs, C only sees numbers. +; When extracting C headers, enums should be converted into hash defines so that functions can use them easily. (defparameter +target-package+ (gensym)) |