8 lines
116 B
C++
8 lines
116 B
C++
// -*-c++-*-
|
|
|
|
#ifndef REVERB_MODELS_H
|
|
#define REVERB_MODELS_H
|
|
|
|
extern const unsigned char null_reverb_id[];
|
|
|
|
#endif
|