16 lines
190 B
C++
16 lines
190 B
C++
//
|
|
// Created by erki on 28.06.22.
|
|
//
|
|
|
|
#ifndef SKL_TUNNEL_APP_LOGGING_HPP
|
|
#define SKL_TUNNEL_APP_LOGGING_HPP
|
|
|
|
namespace App::Logging
|
|
{
|
|
|
|
void setup();
|
|
|
|
}
|
|
|
|
#endif //SKL_TUNNEL_APP_LOGGING_HPP
|