mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-11 15:31:00 -05: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"
|