mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 20:15:45 -04:00
Initial community commit
This commit is contained in:
15
Src/Plugins/Library/ml_disc/api__ml_disc.h
Normal file
15
Src/Plugins/Library/ml_disc/api__ml_disc.h
Normal file
@ -0,0 +1,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
|
Reference in New Issue
Block a user