mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 04:22:27 -04:00
10 lines
281 B
C++
10 lines
281 B
C++
#pragma once
|
|
|
|
class RsPlugInInterfaces;
|
|
|
|
namespace resource_api{
|
|
|
|
// populates the given RsPlugInInterfaces object with pointers from gloabl variables like rsPeers, rsMsgs, rsFiles...
|
|
bool getPluginInterfaces(RsPlugInInterfaces& interfaces);
|
|
|
|
} // namespace resource_api
|