// Vita3K emulator project // Copyright (C) 2021 Vita3K team // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License along // with this program; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. #pragma once #include BRIDGE_DECL(sceFaceAgeGetWorkingMemorySize) BRIDGE_DECL(sceFaceAgeRangeEstimate) BRIDGE_DECL(sceFaceAgeRangeIntegrate) BRIDGE_DECL(sceFaceAllParts) BRIDGE_DECL(sceFaceAllPartsGetWorkingMemorySize) BRIDGE_DECL(sceFaceAttribute) BRIDGE_DECL(sceFaceAttributeGetWorkingMemorySize) BRIDGE_DECL(sceFaceDetection) BRIDGE_DECL(sceFaceDetectionEx) BRIDGE_DECL(sceFaceDetectionGetDefaultParam) BRIDGE_DECL(sceFaceDetectionGetWorkingMemorySize) BRIDGE_DECL(sceFaceDetectionLocal) BRIDGE_DECL(sceFaceEstimatePoseRegion) BRIDGE_DECL(sceFaceIdentifyGetFeature) BRIDGE_DECL(sceFaceIdentifyGetWorkingMemorySize) BRIDGE_DECL(sceFaceIdentifySimilarity) BRIDGE_DECL(sceFaceParts) BRIDGE_DECL(sceFacePartsEx) BRIDGE_DECL(sceFacePartsGetWorkingMemorySize) BRIDGE_DECL(sceFacePartsResultCheck) BRIDGE_DECL(sceFaceShapeFit) BRIDGE_DECL(sceFaceShapeGetWorkingMemorySize) BRIDGE_DECL(sceFaceShapeTrack)