AYON Usd Resolver  1.0.0
Loading...
Searching...
No Matches
ayonApiGet.h
Go to the documentation of this file.
1#ifndef AYON_GET_H
2#define AYON_GET_H
3
4#include "AyonCppApi.h"
5
6#include <memory>
7
8std::unique_ptr<AyonApi> getAyonApiFromEnv();
9
10#endif
std::unique_ptr< AyonApi > getAyonApiFromEnv()
Definition: ayonApiGet.cpp:11