mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 11:15:45 -04:00
Initial community commit
This commit is contained in:
26
Src/replicant/nsapev2/precomp.h
Normal file
26
Src/replicant/nsapev2/precomp.h
Normal file
@ -0,0 +1,26 @@
|
||||
//
|
||||
// precomp.h
|
||||
// nsapev2
|
||||
//
|
||||
|
||||
#include "foundation/error.h"
|
||||
#include "foundation/types.h"
|
||||
|
||||
#include "nu/ByteReader.h"
|
||||
#include "nu/ByteWriter.h"
|
||||
#include "nu/strsafe.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include "nu/PtrDeque.h"
|
||||
#endif
|
||||
|
||||
#include "nx/nxstring.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include "header.h"
|
||||
#include "new"
|
||||
#endif
|
Reference in New Issue
Block a user