Go to the documentation of this file.00001
00008 #pragma once
00009
00032 #include <fsdk/IFaceEngineMobile.h>
00033
00034 namespace fsdk {
00035
00036 using FaceEngineType = IFaceEngineMobile;
00037 using FaceEnginePtrType = IFaceEngineMobilePtr;
00038
00039 }