blob: 911b9eb2d66e3c18dd7c0c04c44eac5141f195f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef NULLSOFT_IN_FLV_API_H
#define NULLSOFT_IN_FLV_API_H
#include "../Agave/Config/api_config.h"
extern api_config *AGAVE_API_CONFIG;
#include <api/application/api_application.h>
#define WASABI_API_APP applicationApi
#include "../Agave/Language/api_language.h"
#endif // !NULLSOFT_IN_FLV_API_H
|