blob: ac88b8ffeb6bf9037ccbffcde30a82b836254b4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef NULLSOFT_ML_DISC_API_H
#define NULLSOFT_ML_DISC_API_H
#include <api/service/waServiceFactory.h>
#include <api/application/api_application.h>
#define WASABI_API_APP applicationApi
#include "../Agave/Language/api_language.h"
#include "../Winamp/api_stats.h"
extern api_stats *statsApi;
#define AGAVE_API_STATS statsApi
#endif // !NULLSOFT_ML_DISC_API_H
|