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