blob: 3aeb43323057dbc5c5fa7a6a63f7885677ecf445 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NULLSOFT_API_H
#define NULLSOFT_API_H
#include "api/service/api_service.h"
#include "api/service/waServiceFactory.h"
#include "../Agave/Language/api_language.h"
#endif
|