Make some structs nested
[openal-soft.git] / core / bsinc_tables.h
blobf52cda664000ba4711215b2921e341c302e4257e
1 #ifndef CORE_BSINC_TABLES_H
2 #define CORE_BSINC_TABLES_H
4 #include "bsinc_defs.h"
7 struct BSincTable {
8 float scaleBase, scaleRange;
9 unsigned int m[BSincScaleCount];
10 unsigned int filterOffset[BSincScaleCount];
11 const float *Tab;
14 extern const BSincTable bsinc12;
15 extern const BSincTable bsinc24;
17 #endif /* CORE_BSINC_TABLES_H */