diff options
Diffstat (limited to 'ai/ai.h')
-rw-r--r-- | ai/ai.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ typedef struct AIStruct { #ifdef GPMI gpmi_module *gpmi_mod; //! The module controller for GPMI based AIs (Event-handling) gpmi_package *gpmi_pkg; //! The package controller for GPMI based AIs (Functions) + char gpmi_param[128]; //! The params given to the gpmi_mod #endif /* GPMI */ } AIStruct; |