Files
PresenceDetection/Util/clipp.h
T
2019-04-26 11:56:54 +02:00

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