diff --git a/lib/fg42/extension.el b/lib/fg42/extension.el index 0ac0a7e..a0826fc 100644 --- a/lib/fg42/extension.el +++ b/lib/fg42/extension.el @@ -12,6 +12,8 @@ (defvar disabled-abilities (make-hash-table) "A hash of all the disabled abilities.") +;; TODO: add a function to extension structure to support for +;; external dependenies list ;; Structures ----------------------------- (cl-defstruct fg42-extension "Each FG42 extension should implement a copy of this structure."