mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 20:31:01 -05: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
|