Files
VoidNet/include/PluginManager.hpp
xX-TheDoctor-Xx 91f80a6c58 TcpClient: replaced C style function parameters with std::function
Added initialization to config
Added receiving for UdpClient
Removed InitWindows.cpp
Laying foundation for PluginManager
2016-10-31 14:05:03 +00:00

14 lines
127 B
C++

#ifndef PLUGIN_MANAGER_HPP
#define PLUGIN_MANAGER_HPP
#ifdef _MSC_VER
#pragma once
#endif
struct PluginManager
{
};
#endif