config.h 145 B

123456
  1. #ifndef NULLSOFT_IN_WAVE_CONFIG_H
  2. #define NULLSOFT_IN_WAVE_CONFIG_H
  3. extern char config_extensions[1024];
  4. extern bool config_upsample8bit;
  5. #endif