diff options
Diffstat (limited to 'Src/replicant/file/precomp.h')
-rw-r--r-- | Src/replicant/file/precomp.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Src/replicant/file/precomp.h b/Src/replicant/file/precomp.h new file mode 100644 index 00000000..8559c8cf --- /dev/null +++ b/Src/replicant/file/precomp.h @@ -0,0 +1,32 @@ +// +// precomp.h +// mp3 +// + +#include <assert.h> +#include <limits.h> +#include <stdlib.h> +#include <stdio.h> +#include <string.h> +#include <math.h> + +#ifdef __cplusplus +#include "new" +#endif + +#include "foundation/error.h" +#include "foundation/types.h" + +#include "nu/ByteReader.h" +#include "nu/ByteWriter.h" +#include "nu/strsafe.h" + +#include "nx/nx.h" + +#ifdef __cplusplus +#include "nu/PtrDeque.h" +#include "nswasabi/ReferenceCounted.h" +#include "nswasabi/ServiceName.h" +#include "service/ifc_servicefactory.h" +#endif + |