You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
561 B
C
24 lines
561 B
C
//
|
|
// 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 <cstddef>
|
|
#include <cstdlib>
|
|
|
|
// Function Declarations
|
|
extern void getLoudness_terminate();
|
|
|
|
#endif
|
|
// End of code generation (getLoudness_terminate.h)
|