Files
PresenceDetection/Util/INIh.h
T
2020-03-05 16:59:48 +01:00

16 lines
225 B
C++

#ifndef UTIL_INIH_H
#define UTIL_INIH_H
#include "Libraries/INIh/INIReader.h"
namespace PresenceDetection {
namespace Util {
using ::INIReader;
} // namespace Util
} // namespace PresenceDetection
#endif // UTIL_INIH_H