mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 23:35:51 +01:00
11 lines
263 B
C
11 lines
263 B
C
#ifndef NULLSOFT_ENC_FLAC_API_H
|
|
#define NULLSOFT_ENC_FLAC_API_H
|
|
|
|
#include "api/service/api_service.h"
|
|
#include "../Agave/Language/api_language.h"
|
|
|
|
#include "api/application/api_application.h"
|
|
#define WASABI_API_APP application
|
|
|
|
#endif // !NULLSOFT_ENC_FLAC_API_H
|