mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
11 lines
155 B
C
11 lines
155 B
C
//
|
|
// precomp.h
|
|
// Wasabi
|
|
//
|
|
|
|
#include "foundation/error.h"
|
|
#include "foundation/types.h"
|
|
|
|
#ifdef __cplusplus
|
|
#include "api__wasabi-replicant.h"
|
|
#endif
|