mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
18 lines
269 B
C
18 lines
269 B
C
//
|
|
// precomp.h
|
|
// nsid3v1
|
|
//
|
|
|
|
#include "foundation/error.h"
|
|
#include "foundation/types.h"
|
|
|
|
#include "nu/ByteReader.h"
|
|
#include "nu/ByteWriter.h"
|
|
|
|
#include "nx/nxstring.h"
|
|
|
|
#include <limits.h>
|
|
#include <new>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|