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