mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-15 01:49:35 -04:00

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8047 b45a01b8-16f6-495d-af2f-9b41ad6348cc
9 lines
162 B
C++
9 lines
162 B
C++
#pragma once
|
|
|
|
class RsPlugInInterfaces;
|
|
|
|
namespace resource_api{
|
|
|
|
bool getPluginInterfaces(RsPlugInInterfaces& interfaces);
|
|
|
|
} // namespace resource_api
|