blob: 2b62bfb41acd4012ddbb00264f01093309da57fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#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
|