Files
2018-06-25 21:48:45 -04:00

12 lines
124 B
C++

// Static Model
#include "cNetwork.hpp"
using NetworkEngine::cNetwork;
cNetwork::cNetwork()
{}
cNetwork::~cNetwork()
{}