mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-15 13:51:06 -05:00
13 lines
180 B
C
13 lines
180 B
C
//
|
|
// precomp.h
|
|
// replicant-metadata
|
|
//
|
|
|
|
#include "foundation/error.h"
|
|
#include "foundation/types.h"
|
|
|
|
#ifdef __cplusplus
|
|
#include "api.h"
|
|
#include "metadata/metadata.h"
|
|
#endif
|