// // Academic License - for use in teaching, academic research, and meeting // course requirements at degree granting institutions only. Not for // government, commercial, or other organizational use. // // getLoudness_terminate.h // // Code generation for function 'getLoudness_terminate' // #ifndef GETLOUDNESS_TERMINATE_H #define GETLOUDNESS_TERMINATE_H // Include files #include "rtwtypes.h" #include #include // Function Declarations extern void getLoudness_terminate(); #endif // End of code generation (getLoudness_terminate.h)