mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
47 lines
1.9 KiB
C++
47 lines
1.9 KiB
C++
// 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 <module/module.h>
|
|
|
|
BRIDGE_DECL(_ZN3paf8Resource7Element11GetHashByIdEPS1_)
|
|
BRIDGE_DECL(scePafResourceGetAttribute)
|
|
BRIDGE_DECL(scePafResourceGetAttributeChar)
|
|
BRIDGE_DECL(scePafResourceGetAttributeData)
|
|
BRIDGE_DECL(scePafResourceGetAttributeFloat)
|
|
BRIDGE_DECL(scePafResourceGetAttributeFloatArray)
|
|
BRIDGE_DECL(scePafResourceGetAttributeIdInt)
|
|
BRIDGE_DECL(scePafResourceGetAttributeIdIntLpb)
|
|
BRIDGE_DECL(scePafResourceGetAttributeIdStr)
|
|
BRIDGE_DECL(scePafResourceGetAttributeIdStrLpb)
|
|
BRIDGE_DECL(scePafResourceGetAttributeInteger)
|
|
BRIDGE_DECL(scePafResourceGetAttributeIntegerArray)
|
|
BRIDGE_DECL(scePafResourceGetAttributeString)
|
|
BRIDGE_DECL(scePafResourceGetAttributeStyleId)
|
|
BRIDGE_DECL(scePafResourceGetChar)
|
|
BRIDGE_DECL(scePafResourceGetData)
|
|
BRIDGE_DECL(scePafResourceGetFloat)
|
|
BRIDGE_DECL(scePafResourceGetFloatArray)
|
|
BRIDGE_DECL(scePafResourceGetIdInt)
|
|
BRIDGE_DECL(scePafResourceGetIdIntLpb)
|
|
BRIDGE_DECL(scePafResourceGetIdStr)
|
|
BRIDGE_DECL(scePafResourceGetIdStrLpb)
|
|
BRIDGE_DECL(scePafResourceGetInteger)
|
|
BRIDGE_DECL(scePafResourceGetIntegerArray)
|
|
BRIDGE_DECL(scePafResourceGetString)
|
|
BRIDGE_DECL(scePafResourceGetStyleId)
|