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