Fission FSN
Loading...
Searching...
No Matches
fsIapFactory.h
Go to the documentation of this file.
1#ifndef fsIapFactoryhdr
2#define fsIapFactoryhdr
3
4#include "fsIapService.h"
5
6#include <memory>
7
8std::unique_ptr<fsIapService> fsIapServiceCreate(fsIapService::Observer* observer);
9
10#endif
Definition fsIapService.h:12
std::unique_ptr< fsIapService > fsIapServiceCreate(fsIapService::Observer *observer)
Definition fsIapFactory.cpp:66