bigsnitch/proxyhandler.h

12 lines
182 B
C
Raw Normal View History

#pragma once
#include <include/api.h>
#include <include/proxyinterface.h>
class PluginHandler
{
public:
bool load(std::string path);
void loadPlugins(std::string path);
};