aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Input/in_nsv/api.h
blob: e94bdd9c7e8c1841ba17622a0611e24cc0bcf5b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef NULLSOFT_API_H
#define NULLSOFT_API_H

#include "../Agave/Config/api_config.h"
extern api_config *configApi;
#define AGAVE_API_CONFIG configApi

#include <api/memmgr/api_memmgr.h>
extern api_memmgr *memmgrApi;
#define WASABI_API_MEMMGR memmgrApi

#include <api/service/waServiceFactory.h>

#include "../Agave/Language/api_language.h"

#endif