mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 18:25:58 +01:00
11 lines
301 B
C
11 lines
301 B
C
#ifndef NULLSOFT_ML_DOWNLOADS_API_H
|
|
#define NULLSOFT_ML_DOWNLOADS_API_H
|
|
|
|
#include "../Agave/Language/api_language.h"
|
|
|
|
#include "api/application/api_application.h"
|
|
#define WASABI_API_APP applicationApi
|
|
|
|
#include "../Agave/ExplorerFindFile/api_explorerfindfile.h"
|
|
|
|
#endif // !NULLSOFT_ML_DOWNLOADS_API_H
|