Fission FSN
Loading...
Searching...
No Matches
fsAdsFactory.h
Go to the documentation of this file.
1#ifndef fsAdsFactoryhdr
2#define fsAdsFactoryhdr
3
4#include "fsAdsService.h"
5
6#include <memory>
7
8std::unique_ptr<fsAdsService> fsAdsServiceCreate();
9
10#endif
std::unique_ptr< fsAdsService > fsAdsServiceCreate()
Definition fsAdsFactory.cpp:55