mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-11 17:41:23 -05:00
20 lines
284 B
C
20 lines
284 B
C
|
//
|
||
|
// precomp.h
|
||
|
// nsmp3
|
||
|
//
|
||
|
|
||
|
#include <assert.h>
|
||
|
#include <iostream>
|
||
|
#include <limits.h>
|
||
|
#include <math.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
|
||
|
#include "foundation/align.h"
|
||
|
|
||
|
#include "bitstream.h"
|
||
|
#include "mpeg.h"
|
||
|
#include "mp3ssc.h"
|
||
|
#include "mp3sscdef.h"
|