mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
19 lines
284 B
C++
19 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"
|