mirror of
https://github.com/sweidac/kidsbox.git
synced 2025-07-27 19:31:54 +02:00
9 lines
109 B
C++
9 lines
109 B
C++
#ifndef _NETWORKING_HPP
|
|
#define _NETWORKING_HPP
|
|
|
|
class Networking {
|
|
public:
|
|
void connectWifi();
|
|
};
|
|
|
|
#endif |