#ifndef _NETWORKING_HPP #define _NETWORKING_HPP class Networking { public: void connectWifi(); }; #endif