Plasma Engine  2.0
Loading...
Searching...
No Matches
RemoteToolingInterface.h
1#pragma once
2
4
10{
11public:
12 virtual plRemoteInterface* GetRemoteInterface() = 0;
13};
Definition RemoteInterface.h:60
Interface to give access to the FileServe client for additional tooling needs.
Definition RemoteToolingInterface.h:10