Skip to content

node/network.hpp

Namespaces

Name
sgns

Classes

Name
class sgns::network

Source code

#ifndef SUPERGENIUS_NODE_NETWORK_HPP
#define SUPERGENIUS_NODE_NETWORK_HPP
namespace sgns{
class network 
{
public:
    network();
    ~network();

};
}
#endif

Updated on 2026-03-04 at 13:10:44 -0800