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.
pa-calculator/libs/getLoudness/win32/getLoudness_initialize.h

24 lines
567 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_initialize.h
//
// Code generation for function 'getLoudness_initialize'
//
#ifndef GETLOUDNESS_INITIALIZE_H
#define GETLOUDNESS_INITIALIZE_H
// Include files
#include "rtwtypes.h"
#include <cstddef>
#include <cstdlib>
// Function Declarations
extern void getLoudness_initialize();
#endif
// End of code generation (getLoudness_initialize.h)