mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 15:15:45 -04:00
Initial community commit
This commit is contained in:
19
Src/replicant/nsmp3dec/precomp.h
Normal file
19
Src/replicant/nsmp3dec/precomp.h
Normal file
@ -0,0 +1,19 @@
|
||||
//
|
||||
// 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"
|
Reference in New Issue
Block a user