16 lines
226 B
C++
16 lines
226 B
C++
#ifndef UTIL_CLIPP_H
|
|
#define UTIL_CLIPP_H
|
|
|
|
#include "Libraries/clipp/clipp.h"
|
|
|
|
|
|
namespace PresenceDetection {
|
|
namespace Util {
|
|
|
|
using namespace clipp;
|
|
|
|
} // namespace Util
|
|
} // namespace DomoticaServer
|
|
|
|
#endif // UTIL_CLIPP_H
|